pub struct Cartesian;Expand description
Cartesian / rectangular coordinates.
Mirrors boost::geometry::cs::cartesian
(boost/geometry/core/cs.hpp:85-93).
§Examples
use geometry_cs::{Cartesian, CartesianFamily, CoordinateSystem};
let _: <Cartesian as CoordinateSystem>::Family = CartesianFamily;Trait Implementations§
Source§impl CoordinateSystem for Cartesian
impl CoordinateSystem for Cartesian
Source§type Family = CartesianFamily
type Family = CartesianFamily
The CS family this concrete system belongs to. Read more
impl Copy for Cartesian
impl Eq for Cartesian
impl StructuralPartialEq for Cartesian
Auto Trait Implementations§
impl Freeze for Cartesian
impl RefUnwindSafe for Cartesian
impl Send for Cartesian
impl Sync for Cartesian
impl Unpin for Cartesian
impl UnsafeUnpin for Cartesian
impl UnwindSafe for Cartesian
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more