pub struct Cartesian(pub Vec3);Expand description
3D cartesian system centered on unit sphere/dodecahedron
Tuple Fields§
§0: Vec3Implementations§
Trait Implementations§
impl Copy 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