Vector2d constructor

Vector2d({
  1. double X = 0.0,
  2. double Z = 0.0,
})

Implementation

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