stock

xs_projpoint_onplane

Syntax

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

Description

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

Parameters

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.

Return

This function has no return value.