pub struct ExtrudeInterior<Sdf> { /* private fields */ }
Expand description
Extrude a 2D distance field into 3D, using its interior distance to determine depth. NOTE: The present implementation is a bound, not a field
Trait Implementations§
source§impl<Sdf: Clone> Clone for ExtrudeInterior<Sdf>
impl<Sdf: Clone> Clone for ExtrudeInterior<Sdf>
source§fn clone(&self) -> ExtrudeInterior<Sdf>
fn clone(&self) -> ExtrudeInterior<Sdf>
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<Sdf: Debug> Debug for ExtrudeInterior<Sdf>
impl<Sdf: Debug> Debug for ExtrudeInterior<Sdf>
source§impl<Sdf> Default for ExtrudeInterior<Sdf>where
Sdf: Default,
impl<Sdf> Default for ExtrudeInterior<Sdf>where
Sdf: Default,
source§impl<Sdf: PartialEq> PartialEq<ExtrudeInterior<Sdf>> for ExtrudeInterior<Sdf>
impl<Sdf: PartialEq> PartialEq<ExtrudeInterior<Sdf>> for ExtrudeInterior<Sdf>
source§fn eq(&self, other: &ExtrudeInterior<Sdf>) -> bool
fn eq(&self, other: &ExtrudeInterior<Sdf>) -> bool
source§impl<Sdf: PartialOrd> PartialOrd<ExtrudeInterior<Sdf>> for ExtrudeInterior<Sdf>
impl<Sdf: PartialOrd> PartialOrd<ExtrudeInterior<Sdf>> for ExtrudeInterior<Sdf>
source§fn partial_cmp(&self, other: &ExtrudeInterior<Sdf>) -> Option<Ordering>
fn partial_cmp(&self, other: &ExtrudeInterior<Sdf>) -> 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