MathAlgorithmsIsVerticesOnPlane Method (Vector3, Plane, Double) |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool IsVerticesOnPlane(
Vector3[] vertices,
Plane plane,
double epsilon = 4.94065645841247E-324
)
Parameters
- vertices
- Type: NeoAxisVector3
- plane
- Type: NeoAxisPlane
- epsilon (Optional)
- Type: SystemDouble
Return Value
Type:
BooleanSee Also