Point2m.xym constructor

const Point2m.xym(
  1. num x,
  2. num y,
  3. num m
)

A point with coordinates given in order x, y, m.

Implementation

const Point2m.xym(num x, num y, this.m) : super(x: x, y: y);