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<NegativeHemisphereError> for NegativeHemisphereError
impl PartialEq<NegativeHemisphereError> for NegativeHemisphereError
source§fn eq(&self, other: &NegativeHemisphereError) -> bool
fn eq(&self, other: &NegativeHemisphereError) -> bool
source§impl PartialOrd<NegativeHemisphereError> for NegativeHemisphereError
impl PartialOrd<NegativeHemisphereError> 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 more