PlaneGetSide(Vector3, Double) 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 PlaneSide GetSide(
Vector3 point,
double epsilon
)
Parameters
- point Vector3
- The point to check.
- epsilon Double
- The given precision.
Return Value
PlaneSideThe resulting side of the plane.
See Also