pub struct EulerAxisRotation {
pub axis: Vec3,
pub rotation: f64,
}Expand description
See Wikipedia for more info.
Fields§
§axis: Vec3The Euler axis
rotation: f64Rotation around Self::axis, in radians.
pub struct EulerAxisRotation {
pub axis: Vec3,
pub rotation: f64,
}See Wikipedia for more info.
axis: Vec3The Euler axis
rotation: f64Rotation around Self::axis, in radians.