Struct rust_gpu_sdf::operators::repeat::RepeatCountOp
source · pub struct RepeatCountOp<Dim> {
pub period: Dim,
pub count: Dim,
}
Expand description
Repeat a distance field a set number of times in one or more axes.
Fields§
§period: Dim
§count: Dim
Implementations§
Trait Implementations§
source§impl<Dim: Clone> Clone for RepeatCountOp<Dim>
impl<Dim: Clone> Clone for RepeatCountOp<Dim>
source§fn clone(&self) -> RepeatCountOp<Dim>
fn clone(&self) -> RepeatCountOp<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