Package | Description |
---|---|
org.scilab.forge.scirenderer.implementation.g2d.motor |
Constructor and Description |
---|
AbstractDrawable3DObject(Vector3d[] vertices,
java.awt.Color[] colors)
Default constructor
|
ConvexObject(Vector3d[] vertices,
java.awt.Color[] colors)
Default constructor
|
PolyLine(Vector3d[] vertices,
java.awt.Color[] colors) |
Segment(Vector3d[] vertices,
java.awt.Color[] colors,
java.awt.Stroke stroke) |
SpritedRectangle(Vector3d vertex,
Texture sprite,
AnchorPosition anchor,
G2DTextureDrawingTools drawingTools,
double rotationAngle) |
SpritedRectangle(Vector3d vertex,
Transformation transf,
java.awt.image.BufferedImage image,
Texture.Filter filter) |
Triangle(Vector3d[] vertices,
java.awt.Color[] colors) |
Triangle(Vector3d[] vertices,
java.awt.Color[] colors,
Vector3d normal) |
Triangle(Vector3d[] vertices,
Vector3d[] textureCoords,
java.awt.image.BufferedImage image,
Texture.Filter filter) |