Rot3

Type Alias Rot3 

Source
pub type Rot3 = Quat;
Expand description

A 3D rotation represented as a unit quaternion (f32 precision).

This is a direct re-export of glam::Quat.

Aliased Type§

pub struct Rot3(/* private fields */);

Trait Implementations§

Source§

impl Mul<Pose3> for Rot3

Source§

type Output = Pose3

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Pose3) -> Self::Output

Performs the * operation. Read more
Source§

impl Mul<Pose3A> for Rot3

Source§

type Output = Pose3A

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Pose3A) -> Self::Output

Performs the * operation. Read more