MathAlgorithmsIsVertexInsideConvexHull Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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:
BooleanSee Also