pub type PolarF64 = Polar2<f64>;
2D Polar with f64 component
f64
pub struct PolarF64 { pub a: f64, pub r: f64, }
a: f64
angle
r: f64
radius