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