stock xs_projpoint_onplane(const Float:plane[], const Float:point[], Float:out[])
| plane | The plane to project the point onto. |
| point | The point to project onto the plane. |
| out | The vector to copy the projected point into. |
Projects a point on the plane. Stores the projected point in @out.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.