Double3 constructor

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

Create an instance.

Implementation

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