PolarPoint

interface PolarPoint<R, T>

Represents a point on a 2-d polar plot.

Parameters

R

The data type of the radial dimension

T

The data type of the angular dimension

Inheritors

Properties

Link copied to clipboard
abstract val r: R

The radius value of this Point.

Link copied to clipboard
abstract val theta: T

The angular value of this Point.