stock
xs_plane_equal
Syntax
stock bool:xs_plane_equal(const Float:plane1[], const Float:plane2[])
Description
Checks if two planes are equal.
Parameters
| plane1 | The first plane to check. |
|---|---|
| plane2 | The second plane to check. |
Note
If you have to check if two planes are just nearly equal,
take a look at xs_plane_nearlyequal().
Return
1 if planes are equal, 0 otherwise.