Vector3d constructor

Vector3d({
  1. double X = 0.0,
  2. double Y = 0.0,
  3. double Z = 0.0,
})

Implementation

Vector3d({this.X = 0.0, this.Y = 0.0, this.Z = 0.0});