Signature
stock bool:xs_point_onplane(const Float:plane[], const Float:point[]){ return XS_FLEQ(xs_plane_dst2point(plane, point), 0.0);}
Description
Checks if a point is on a specified plane.
Parameters
- plane — The plane to check.
- point — The point to check.
Returns
true if the point is on the plane, false otherwise.