Click or drag to resize

MathAlgorithmsIsPlaneSplitsVertices Method (Vector3, Plane, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool IsPlaneSplitsVertices(
	Vector3[] vertices,
	Plane plane,
	double epsilon = 4.94065645841247E-324
)

Parameters

vertices
Type: NeoAxisVector3
plane
Type: NeoAxisPlane
epsilon (Optional)
Type: SystemDouble

Return Value

Type: Boolean
See Also