Struct rust_gpu_sdf::operators::hollow::HollowOp
source · pub struct HollowOp;
Expand description
Convert a solid shape into a hollow one with an infinitely thin surface.
Trait Implementations§
source§impl PartialOrd<HollowOp> for HollowOp
impl PartialOrd<HollowOp> for HollowOp
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