Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.drawing |
Modifier and Type | Field and Description |
---|---|
Point3D |
Triangle3D.p0
Triangular element holder
|
Point3D |
Triangle3D.p1 |
Point3D |
Triangle3D.p2 |
Modifier and Type | Method and Description |
---|---|
Point3D |
Graphics3D.getRotationCenter()
Sets the Pixel location (using X,Y,Z) of the centre of rotation for use
with the Aspect Rotation and Elevation properties.
|
Modifier and Type | Method and Description |
---|---|
Point |
IGraphics3D.calc3DPoint(Point3D p) |
Point |
Graphics3D.calc3DPoint(Point3D p) |
Point |
IGraphics3D.calc3DPos(Point3D source) |
Point |
Graphics3D.calc3DPos(Point3D source)
Calculates and returns the XY position in pixels of the point p Z 3D
coordinate.
|
Point |
Graphics3D.calculate3DPosition(Point3D P)
Calculates and returns the XY position in pixels of the XYZ 3D
coordinate.
|
void |
IGraphics3D.lineTo(Point3D point) |
void |
Graphics3D.lineTo(Point3D p)
Draws a Line to 3D Point.
|
void |
IGraphics3D.moveTo(Point3D p) |
void |
Graphics3D.moveTo(Point3D p)
Sets the value of PenPos to 3D Point p before calling LineTo.
|
void |
IGraphics3D.polygon(Point3D[] p) |
void |
Graphics3D.polygon(Point3D[] p) |
void |
Graphics3D.setRotationCenter(Point3D value) |