Package vhacd4
Class Vhacd4Hull
java.lang.Object
vhacd4.Vhacd4Hull
A 3-D convex hull based on a V-HACD version 4 ConvexHull. Immutable.
- 
Field Summary
Fields - 
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)
 
 
 -