pub enum QuadClass {
Regular,
Feature,
}Expand description
Classification of one refined quad at the evaluated level.
Variants§
Regular
All four corners interior, valence-4, sharpness-free: covered exactly by a bicubic B-spline patch.
Feature
Touches an extraordinary vertex, crease, corner, or boundary; no patch in the table (feature evaluation is s2’s job).
Trait Implementations§
impl Copy for QuadClass
impl Eq for QuadClass
impl StructuralPartialEq for QuadClass
Auto Trait Implementations§
impl Freeze for QuadClass
impl RefUnwindSafe for QuadClass
impl Send for QuadClass
impl Sync for QuadClass
impl Unpin for QuadClass
impl UnsafeUnpin for QuadClass
impl UnwindSafe for QuadClass
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.