Uses of Class
com.steema.teechart.Point3D

Packages that use Point3D
com.steema.teechart   
com.steema.teechart.drawing   
 

Uses of Point3D in com.steema.teechart
 

Fields in com.steema.teechart declared as Point3D
 Point3D Triangle3D.p0
          Triangular element holder
 Point3D Triangle3D.p1
           
 Point3D Triangle3D.p2
           
 

Uses of Point3D in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing that return Point3D
 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.
 

Methods in com.steema.teechart.drawing with parameters of type Point3D
 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)