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