stock
xs_plane_dst2point
Syntax
stock Float:xs_plane_dst2point(const Float:plane[], const Float:point[])
Description
Computes the distance between a plane and a point.
Parameters
| plane | The plane to check the distance from. |
|---|---|
| point | The point to check the distance to. |
Return
The distance between the input plane and point.