Package vhacd
Class VHACDHull
java.lang.Object
vhacd.VHACDHull
A 3-D convex hull based on a V-HACD ConvexHull. Immutable.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Copy the vertex positions to a new array.
-
Field Details
-
logger
message logger for this class
-
-
Method Details
-
clonePositions
public float[] clonePositions()Copy the vertex positions to a new array.- Returns:
- the new array (not empty, length a multiple of 3)
-