Type Definition nalgebra::geometry::OwnedRotation [] [src]

type OwnedRotation<N, D, A> = RotationBase<N, D, <A as Allocator<N, D, D>>::Buffer>;

A rotation matrix with an owned storage.