PointExt extension

on

Properties

flipY Coord

Available on Coord, provided by the PointExt extension

To reverse the direction of Y-axis
no setter
normalize Coord

Available on Coord, provided by the PointExt extension

no setter
toOffset Offset

Available on Coord, provided by the PointExt extension

no setter

Methods

cross(Coord point) num

Available on Coord, provided by the PointExt extension

Performs the cross product of two vectors represented using Coord
slopeWithCoord(Coord coord) Angle

Available on Coord, provided by the PointExt extension

toAbsolute(Size size) Coord

Available on Coord, provided by the PointExt extension

toRelative(Size size) Coord

Available on Coord, provided by the PointExt extension

Operators

operator +(Coord coord) Coord

Available on Coord, provided by the PointExt extension

operator -(Coord coord) Coord

Available on Coord, provided by the PointExt extension