Click or drag to resize

MathAlgorithmsIsPlaneSplitsVertices(Vector3, Plane, Double) Method


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

Parameters

vertices  Vector3
 
plane  Plane
 
epsilon  Double  (Optional)
 

Return Value

Boolean
See Also