public class LineObject3D extends Object3D
CLASS_KEY, COLOR_PREFIX, ITEM_KEY| Constructor and Description |
|---|
LineObject3D(float x0,
float y0,
float z0,
float x1,
float y1,
float z1,
java.awt.Color color)
Creates a new
Line3D instance. |
addDoubleSidedFace, addFace, addFace, addFace, addVertex, addVertex, calculateEyeCoordinates, calculateProjectedPoints, createBar, createBox, createCube, createLabelObject, createOctahedron, createPieLabelMarkers, createPieSegment, createSphere, createTetrahedron, createYSheet, createZSheet, getColor, getColor, getFaceCount, getFaces, getOutline, getOutline, getProperty, getVertexCount, setOutline, setPropertypublic LineObject3D(float x0, float y0, float z0, float x1, float y1, float z1, java.awt.Color color)
Line3D instance.x0 - the x-coordinate for the start of the line.y0 - the y-coordinate for the start of the line.z0 - the z-coordinate for the start of the line.x1 - the x-coordinate for the end of the line.y1 - the y-coordinate for the end of the line.z1 - the z-coordinate for the end of the line.color - the color (null not permitted).