Package com.reportmill.graphics
Class RMPoint3D
java.lang.Object
com.reportmill.graphics.RMPoint3D
- All Implemented Interfaces:
- Cloneable
This class represents a 3D point.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRMPoint3D(float x, float y, float z) Creates a new point3d from the x, y, z coords.
- 
Method Summary
- 
Field Details- 
xpublic float x
- 
ypublic float y
- 
zpublic float z
 
- 
- 
Constructor Details- 
RMPoint3Dpublic RMPoint3D(float x, float y, float z) Creates a new point3d from the x, y, z coords.
 
- 
- 
Method Details