Modifier and Type | Method and Description |
---|---|
Point3DIntList |
VoxelArray.externalHullPoints()
Returns a list of points on the hull of the object.
|
Point3DIntList |
VoxelArray.hullPoints()
Returns a list of points on the hull of the object.
|
static Point3DIntList |
LinePoints.line3DInt(int x1,
int y1,
int z1,
int x2,
int y2,
int z2)
Creates a vector of Point3DInt consisting of the integer points on a
line between p1 and p2.
|
static Point3DIntList |
LinePoints.line3DInt(LineSegment3DFloat line)
Creates a vector of Point3DInt consisting of the integer points on a
line between p1 and p2.
|
static Point3DIntList |
LinePoints.line3DInt(Point3DInt p1,
Point3DInt p2)
Creates a vector of Point3DInt consisting of the integer points on a
line between p1 and p2.
|
Modifier and Type | Method and Description |
---|---|
static VoxelArray |
VoxelArray.construct(Point3DIntList points)
Construct a new rectangular VoxelArray that represents the points in
the Point3DIntList.
|
static VoxelArray |
VoxelArray.paintAlongPath(Point3DIntList points,
VoxelArray tool,
int cx,
int cy,
int cz)
Moves a tool along a path of integer points and returns a new
VoxelArray of it.
|