Package | Description |
---|---|
icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
icy.type.geom |
Contains extended geometric classes (Polygon2D, Polyline2D, Line3D...)
|
icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
Constructor and Description |
---|
Line3DIterator(Line3D line)
Create the Line3D Iterator.
|
Line3DIterator(Line3D line,
double step)
Create the Line3D Iterator.
|
Line3DIterator(Line3D line,
double step,
boolean forceLastPoint)
Create the Line3D Iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Line3D.intersectsLine(Line3D l)
Tests if the specified line segment intersects this line segment.
|
void |
Line3D.setLine(Line3D l)
Sets the location of the end points of this
Line3D to
the same as those end points of the specified Line3D . |
Constructor and Description |
---|
Line3D(Line3D l)
Constructs and initializes a
Line3D from the specified Line3D object. |
Polyline3D(Line3D line) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Rectangle3D.intersects(Line3D line,
Rectangle3D rect)
Returns
true if the specified Line3D intersects the given Rectangle3D. |
boolean |
Rectangle3D.intersectsLine(Line3D line)
Tests if the specified 3D line intersects this
Rectangle3D . |
Modifier and Type | Method and Description |
---|---|
Line3D |
ROI3DPoint.getLine() |
Line3D |
ROI3DLine.getLine() |
Modifier and Type | Method and Description |
---|---|
void |
ROI3DLine.setLine(Line3D line) |
Constructor and Description |
---|
ROI3DLine(Line3D line) |