CartesianPolarCoord extension

on

Methods

moveInCartesianSpace(Point<num> delta, {CartesianOrientation orientation = CartesianOrientation.screen}) PolarCoord
Returns a PolarCoord that is equivalent to this PolarCoord offset by the given delta in the given orientation.
toCartesian({CartesianOrientation orientation = CartesianOrientation.screen}) Point<num>
Maps this PolarCoord to a Cartesian Point by way of the provided orientation.