Click or drag to resize

PlaneGetSide Method (Vector3, Double)

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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public PlaneSide GetSide(
	ref Vector3 point,
	double epsilon
)

Parameters

point
Type: NeoAxisVector3
The point to check.
epsilon
Type: SystemDouble
The given precision.

Return Value

Type: PlaneSide
The resulting side of the plane.
See Also