stock bool:xs_plane_nearlyequal(const Float:plane1[], const Float:plane2[])
plane1 | The first plane to check. |
plane2 | The second plane to check. |
Checks if two planes are nearly equal.
If you have to check if two planes are exactly equal, take a look at xs_plane_equal().
1 if planes are nearly equal, 0 otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.