| Package | Description |
|---|---|
| com.orsoncharts.graphics3d |
The core 3D graphics rendering engine which is fully implemented using
the Java2D (Graphics2D) API.
|
| Modifier and Type | Method and Description |
|---|---|
static Line3D |
Line3D.cropLineToAxisAlignedBoundingBox(Line3D line,
double x0,
double x1,
double y0,
double y1,
double z0,
double z1)
Calculates and returns the line segment that is the result of cropping
the specified line segment to fit within an axis aligned bounding box.
|
| Modifier and Type | Method and Description |
|---|---|
static Line3D |
Line3D.cropLineToAxisAlignedBoundingBox(Line3D line,
double x0,
double x1,
double y0,
double y1,
double z0,
double z1)
Calculates and returns the line segment that is the result of cropping
the specified line segment to fit within an axis aligned bounding box.
|