stagexl
stagexl
Point
Point.from
Point.from
stagexl
stagexl
Point
Point.from
constructor
Point.from
Source
stagexl
stagexl
Point
Static methods
distance
interpolate
polar
Constructors
Point
from
Properties
hashCode
magnitude
runtimeType
x
y
Operators
operator *
operator +
operator -
operator ==
Methods
clone
copyFrom
distanceTo
noSuchMethod
offset
setTo
squaredDistanceTo
toString
Point.from
(
Point<T>
p
)
Source
Point.from(math.Point<T> p) : this(p.x, p.y);