|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transform3D in com.quinncurtis.chart3djava |
---|
Methods in com.quinncurtis.chart3djava that return Transform3D | |
---|---|
Transform3D |
UserCoordinates.getTheTransform3D()
Get the 3D transform object associated with this coordinate system. |
Methods in com.quinncurtis.chart3djava with parameters of type Transform3D | |
---|---|
void |
Transform3D.copy(Transform3D source)
Copies the source object. |
static void |
PolygonList.polygonTransform3D(ChartPoint3D[] points,
Transform3D transform)
Static routine transforms the points using the specified Transform3D object. |
static void |
Polygon3D.polygonTransform3D(Polygon3D polygon,
Transform3D transform)
Static routine transform the polygon using the specified Transform3D object. |
static void |
PolygonList.polygonTransform3D(PolygonList polylist,
Transform3D transform)
Static routine transforms PolygonList object using the specified Transform3D object. |
void |
UserCoordinates.setTheTransform3D(Transform3D value)
Set the 3D transform object associated with this coordinate system. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |