Point.from(Point<T> p)

Source

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