stagexl
stagexl
Point
clone
clone
stagexl
stagexl
Point
clone
method
clone
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
<T>
clone
(
)
Source
Point<T> clone() => new Point<T>(x, y);