PolarPoint

fun <R, T> PolarPoint(r: R, theta: T): PolarPoint<R, T>

Creates a new DefaultPolarPoint at the specified coordinates.

Parameters

R

The type of the radius axis value

T

The type of the angular axis value