XYZ constructor

XYZ(
  1. double X,
  2. double Y,
  3. double Z
)

Implementation

XYZ(this.X, this.Y, this.Z);