strange_attractor_renderer::primitives

Struct EulerAxisRotation

source
pub struct EulerAxisRotation {
    pub axis: Vec3,
    pub rotation: f64,
}
Expand description

See Wikipedia for more info.

Fields§

§axis: Vec3

The Euler axis

§rotation: f64

Rotation around Self::axis, in radians.

Implementations§

Trait Implementations§