Return 1 for positive side (pointed at by normal), -1 for negative side, 0 if V is on plane
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static int SideOfPlane(
Vector3 N,
Vector3 P,
Vector3 V
)
Parameters
- N Vector3
- Plane normal
- P Vector3
- Point on plane
- V Vector3
- Point in space
Return Value
Int32Side of plane
See Also