Package | Description |
---|---|
org.scilab.forge.scirenderer.implementation.g2d.motor |
Modifier and Type | Class | Description |
---|---|---|
class |
ConvexObject |
|
class |
Segment |
|
class |
SpritedRectangle |
|
class |
Triangle |
Modifier and Type | Method | Description |
---|---|---|
static BoundingBox |
BoundingBox.getBoundingBox(AbstractDrawable3DObject object) |
Get the bounding box of an object
|
protected static double[] |
AbstractDrawable3DObject.minmax2D(AbstractDrawable3DObject o,
double x,
double y) |
Get min-max of the projections of the vertices of o on v
|
protected static double[] |
AbstractDrawable3DObject.minmax3D(AbstractDrawable3DObject o,
Vector3d v) |
Get min-max of the projections of the vertices of o on v
|