stagexl
stagexl
Point
offset
offset
stagexl
stagexl
Point
offset
method
offset
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
void
offset
(
T
dx
,
T
dy
)
Offsets this Point by the specified amount.
Source
void offset(T dx, T dy) { x += dx; y += dy; }