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

type OwnedTransform<N, D, A, C> = TransformBase<N, D, <A as Allocator<N, DimNameSum<D, U1>, DimNameSum<D, U1>>>::Buffer, C>;

A transformation matrix that owns its data.