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

type OwnedIsometryBase<N, D, A, R> = IsometryBase<N, D, <A as Allocator<N, D, U1>>::Buffer, R>;

An isometry that uses a data storage deduced from the allocator A.