Vector3 constructor

const Vector3(
  1. double x,
  2. double y,
  3. double z
)

Implementation

const Vector3(this.x, this.y, this.z);