Type Alias jumpy::core::physics::collisions::rapier::nalgebra::Transform3

source ·
pub type Transform3<T> = Transform<T, TGeneral, 3>;
Expand description

A 3D general transformation that may not be inversible. Stored as a homogeneous 4x4 matrix.

Aliased Type§

struct Transform3<T> { /* private fields */ }