Type Definition wedged::subspace::Rotor3

source · []
pub type Rotor3<T> = Rotor<T, U3>;
Expand description

A 3-dimensional rotor

Implementations

Creates a 3D rotation about the given vector axis where the angle is the norm of the vector

Creates a 3D rotation about the given axis with the given angle

Returns the plane and angle of rotation or None if the angle is 0

Returns the plane of rotation scaled by the angle of rotation

Returns the axis and angle of rotation or None if the angle is 0

Returns the axis of rotation scaled by the angle of rotation