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