Creates a XYZ object representing coordinates in 3-space.

Overload List

  NameDescription
Public methodNewXYZ()()()()
Creates a XYZ object at the origin.
Public methodNewXYZ(XYZ)
Creates a XYZ object by copying the supplied XYZ object.
Public methodNewXYZ(Double, Double, Double)
Creates a XYZ object representing coordinates in 3-space with supplied values.

See Also