stock
xs_point_onplane
Syntax
stock bool:xs_point_onplane(const Float:plane[], const Float:point[])
Description
Checks if a point is on a specified plane.
Parameters
| plane | The plane to check. |
|---|---|
| point | The point to check. |
Return
true if the point is on the plane, false otherwise.