Struct rust_gpu_sdf::operators::stretch::StretchInfiniteOp
source · pub struct StretchInfiniteOp<Dim> {
pub dir: Dim,
}
Expand description
Extrude a shape infinitely along an arbitrary axis.
Fields§
§dir: Dim
Implementations§
Trait Implementations§
source§impl<Dim: Clone> Clone for StretchInfiniteOp<Dim>
impl<Dim: Clone> Clone for StretchInfiniteOp<Dim>
source§fn clone(&self) -> StretchInfiniteOp<Dim>
fn clone(&self) -> StretchInfiniteOp<Dim>
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 more