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§impl PartialOrd for NegativeHemisphereError
impl PartialOrd for NegativeHemisphereError
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)