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
sourceimpl Clone for NegativeHemisphereError
impl Clone for NegativeHemisphereError
sourcefn clone(&self) -> NegativeHemisphereError
fn clone(&self) -> NegativeHemisphereError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NegativeHemisphereError
impl Debug for NegativeHemisphereError
sourceimpl Hash for NegativeHemisphereError
impl Hash for NegativeHemisphereError
sourceimpl PartialEq<NegativeHemisphereError> for NegativeHemisphereError
impl PartialEq<NegativeHemisphereError> for NegativeHemisphereError
sourcefn eq(&self, other: &NegativeHemisphereError) -> bool
fn eq(&self, other: &NegativeHemisphereError) -> bool
sourceimpl PartialOrd<NegativeHemisphereError> for NegativeHemisphereError
impl PartialOrd<NegativeHemisphereError> for NegativeHemisphereError
sourcefn partial_cmp(&self, other: &NegativeHemisphereError) -> Option<Ordering>
fn partial_cmp(&self, other: &NegativeHemisphereError) -> Option<Ordering>
1.0.0 · sourcefn 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 RefUnwindSafe for NegativeHemisphereError
impl Send for NegativeHemisphereError
impl Sync for NegativeHemisphereError
impl Unpin for NegativeHemisphereError
impl UnwindSafe for NegativeHemisphereError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more