Point3i.xyz constructor

const Point3i.xyz(
  1. int x,
  2. int y,
  3. int z
)

A point with coordinates given in order: x, y, z.

Implementation

const Point3i.xyz(int x, int y, this.z) : super(x: x, y: y);