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