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

type OwnedQuaternionBase<N, A> = QuaternionBase<N, <A as Allocator<N, U4, U1>>::Buffer>;

A quaternion with an owned storage allocated by A.