[][src]Type Definition rtsam::geometry::so3::SO3

type SO3<N> = Rotation<N, U3>;

A 3-dimensional rotation matrix.

Trait Implementations

impl LieGroup<f64> for SO3<f64>[src]

type D = U3

fn compose(&self, g: &Self) -> Self[src]

impl Manifold for SO3<f64>[src]

type TangentVector = Vector3<f64>