Struct starstuff_types::coord::Cartesian
source · Expand description
Cartesian Coordinates
Fields§
§x: f64§y: f64§z: f64Trait Implementations§
source§impl From<StarCoordinates> for Cartesian
impl From<StarCoordinates> for Cartesian
source§fn from(coord: StarCoordinates) -> Self
fn from(coord: StarCoordinates) -> Self
Converts to this type from the input type.