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