Click or drag to resize

MathAlgorithmsIsVertexInsideConvexHull Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IsVertexInsideConvexHull(
	Plane[] convexPlanes,
	Vector3 position,
	double epsilon = 4.94065645841247E-324
)

Parameters

convexPlanes
Type: NeoAxisPlane
position
Type: NeoAxisVector3
epsilon (Optional)
Type: SystemDouble

Return Value

Type: Boolean
See Also