PlaneFGetSide(Vector3F, Single) Method |
Determines from which side of the plane the point is on (with the given precision).
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PlaneFSide GetSide(
Vector3F point,
float epsilon
)
Parameters
- point Vector3F
- The point to check.
- epsilon Single
- The given precision.
Return Value
PlaneFSideThe resulting side of the plane.
See Also