Class RMPoint3D
- java.lang.Object
- 
- com.inductiveautomation.rm.graphics.RMPoint3D
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 
 public class RMPoint3D extends java.lang.Object implements java.lang.CloneableThis class represents a 3D point.
- 
- 
Constructor SummaryConstructors Constructor Description RMPoint3D(double x, double y, double z)Creates a new point3d from the x, y, z coords.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()implements Cloneable interfacebooleanequals(java.lang.Object anObj)Standard equals implementation.java.lang.StringtoString()Returns a string representation of the point.RMPoint3Dtransform(RMTransform3D xform)Transforms the point by the given transform3d.
 
- 
- 
- 
Method Detail- 
transformpublic RMPoint3D transform(RMTransform3D xform) Transforms the point by the given transform3d.
 - 
equalspublic boolean equals(java.lang.Object anObj) Standard equals implementation.- Overrides:
- equalsin class- java.lang.Object
 
 - 
clonepublic java.lang.Object clone() implements Cloneable interface- Overrides:
- clonein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() Returns a string representation of the point.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-