Interface PolarCoordinate

A point in 2D space using a polar coordinate system.

Hierarchy

  • PolarCoordinate

Properties

Properties

dist: number

The distance from the origin to the 2D point.

rad: number

The clockwise angle in radians from the x-axis to the 2D point.

Generated using TypeDoc