|
| HEC_ConvexHull () |
|
HEC_ConvexHull | setPoints (final WB_Point[] points) |
|
HEC_ConvexHull | setPoints (final HE_Vertex[] points) |
|
HEC_ConvexHull | setPoints (final Collection<?extends WB_Point > points) |
|
HEC_ConvexHull | setPointsFromVertices (final Collection< HE_Vertex > points) |
|
HEC_ConvexHull | setPoints (final double[][] points) |
|
HEC_ConvexHull | setPoints (final float[][] points) |
|
HEC_ConvexHull | setPoints (final int[][] points) |
|
HEC_ConvexHull | setN (final int N) |
|
HE_Mesh | createBase () |
|
HE_Mesh | createWithQuickHull () |
|
| HEC_Creator () |
|
HEC_Creator | setCenter (final double x, final double y, final double z) |
|
HEC_Creator | setCenter (final WB_Point c) |
|
HEC_Creator | setZAngle (final double a) |
|
HEC_Creator | setZAxis (final double x, final double y, final double z) |
|
HEC_Creator | setZAxis (final double p0x, final double p0y, final double p0z, final double p1x, final double p1y, final double p1z) |
|
HEC_Creator | setZAxis (final WB_Point p) |
|
HEC_Creator | setZAxis (final WB_Point p0, final WB_Point p1) |
|
HEC_Creator | setToModelview (final PApplet home) |
|
HEC_Creator | setToWorldview () |
|
final HE_Mesh | create () |
|
HE_Mesh | apply (final HE_Mesh mesh) |
|
HE_Mesh | apply (final HE_Selection sel) |
|
abstract HE_Mesh | apply (HE_Mesh mesh) |
|
abstract HE_Mesh | apply (HE_Selection selection) |
|
String | getStatus () |
|
Creates the convex hull of a collection of points.
- Author
- Frederik Vanhoutte (W:Blut)