xs_projpoint_onplane

Syntax

stock xs_projpoint_onplane(const Float:plane[], const Float:point[], Float:out[])

Usage

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.

Description

Projects a point on the plane. Stores the projected point in @out.

Return

This function has no return value.