Struct plane_split::NegativeHemisphereError
source · pub struct NegativeHemisphereError;
Expand description
An error returned when everything would end up projected to the negative hemisphere (W <= 0.0);
Trait Implementations§
source§impl Clone for NegativeHemisphereError
impl Clone for NegativeHemisphereError
source§fn clone(&self) -> NegativeHemisphereError
fn clone(&self) -> NegativeHemisphereError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NegativeHemisphereError
impl Debug for NegativeHemisphereError
source§impl Hash for NegativeHemisphereError
impl Hash for NegativeHemisphereError
source§impl PartialEq for NegativeHemisphereError
impl PartialEq for NegativeHemisphereError
source§fn eq(&self, other: &NegativeHemisphereError) -> bool
fn eq(&self, other: &NegativeHemisphereError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NegativeHemisphereError
impl PartialOrd for NegativeHemisphereError
source§fn partial_cmp(&self, other: &NegativeHemisphereError) -> Option<Ordering>
fn partial_cmp(&self, other: &NegativeHemisphereError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl StructuralPartialEq for NegativeHemisphereError
Auto Trait Implementations§
impl Freeze for NegativeHemisphereError
impl RefUnwindSafe for NegativeHemisphereError
impl Send for NegativeHemisphereError
impl Sync for NegativeHemisphereError
impl Unpin for NegativeHemisphereError
impl UnwindSafe for NegativeHemisphereError
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