pub struct Proj3;Expand description
Tag type for the projective 3-space over the reals, ๐ฃ3(โ).
The properties of this space make it useful for implementing perspective projection. Clipping is also done in the projective space.
Trait Implementationsยง
impl Copy for Proj3
impl Eq for Proj3
impl StructuralPartialEq for Proj3
Auto Trait Implementationsยง
impl Freeze for Proj3
impl RefUnwindSafe for Proj3
impl Send for Proj3
impl Sync for Proj3
impl Unpin for Proj3
impl UnwindSafe for Proj3
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