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