Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.motor.AbstractDrawable3DObject
-
Packages that use AbstractDrawable3DObject Package Description org.scilab.forge.scirenderer.implementation.g2d.motor -
-
Uses of AbstractDrawable3DObject in org.scilab.forge.scirenderer.implementation.g2d.motor
Subclasses of AbstractDrawable3DObject in org.scilab.forge.scirenderer.implementation.g2d.motor Modifier and Type Class Description class
ConvexObject
class
Segment
class
SpritedRectangle
class
Triangle
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AbstractDrawable3DObject Modifier and Type Method Description static BoundingBox
BoundingBox. getBoundingBox(AbstractDrawable3DObject object)
Get the bounding box of an objectprotected static double[]
AbstractDrawable3DObject. minmax2D(AbstractDrawable3DObject o, double x, double y)
Get min-max of the projections of the vertices of o on vprotected static double[]
AbstractDrawable3DObject. minmax3D(AbstractDrawable3DObject o, Vector3d v)
Get min-max of the projections of the vertices of o on v
-