Points¶
| Type: | Matrix<float> |
|---|---|
| Range: | [v_11, …, v_1j; …; v_i1, …; v_ij], j<=3 |
| Default: | -/- |
| Appearance: | simple |
Defines
points in a
-by-3 matrix format whose convex hull forms the polyhedron. At least 4 points are required.
Points = [x1 y1 z1
x2 y2 z2
...
xn yn zn]