Struct rust_gpu_sdf::operators::rotate::Rotate2dOp
source · pub struct Rotate2dOp {
pub angle: f32,
}
Expand description
Rotate a distance field.
Fields§
§angle: f32
Implementations§
Trait Implementations§
source§impl Clone for Rotate2dOp
impl Clone for Rotate2dOp
source§fn clone(&self) -> Rotate2dOp
fn clone(&self) -> Rotate2dOp
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 Debug for Rotate2dOp
impl Debug for Rotate2dOp
source§impl Default for Rotate2dOp
impl Default for Rotate2dOp
source§fn default() -> Rotate2dOp
fn default() -> Rotate2dOp
Returns the “default value” for a type. Read more