Point<T extends num>.from constructor

Point<T extends num>.from(
  1. Point<T> p
)

Implementation

Point.from(math.Point<T> p) : this(p.x, p.y);