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