pub struct Smoothness {
pub halfedge: usize,
pub smoothness: f64,
}Fields§
§halfedge: usizeThe halfedge index = 3 * tri + i
smoothness: f640 = sharp, 1 = smooth
Trait Implementations§
Source§impl Clone for Smoothness
impl Clone for Smoothness
Source§fn clone(&self) -> Smoothness
fn clone(&self) -> Smoothness
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Smoothness
Source§impl Debug for Smoothness
impl Debug for Smoothness
Source§impl PartialEq for Smoothness
impl PartialEq for Smoothness
impl StructuralPartialEq for Smoothness
Auto Trait Implementations§
impl Freeze for Smoothness
impl RefUnwindSafe for Smoothness
impl Send for Smoothness
impl Sync for Smoothness
impl Unpin for Smoothness
impl UnsafeUnpin for Smoothness
impl UnwindSafe for Smoothness
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