Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.motor.AbstractDrawable3DObject

Packages that use AbstractDrawable3DObject
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
 class ConvexObject
           
 class Segment
           
 class SpritedRectangle
           
 class Triangle
           
 

Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type AbstractDrawable3DObject
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