Struct starstuff_types::coord::Polar
source · Expand description
Two-dimensional Polar Coordinates
Fields§
§radius: f64§angle: AngleTrait Implementations§
source§impl From<StarCoordinates> for Polar
impl From<StarCoordinates> for Polar
source§fn from(coord: StarCoordinates) -> Self
fn from(coord: StarCoordinates) -> Self
Converts to this type from the input type.