Expand description
Elementary mathematical entities (vectors, matrices, isometries, etc).
Re-exports§
pub use f32 as Real;
Constants§
- ANG_DIM
- The maximum number of rotational degrees of freedom of a rigid-body.
- DEFAULT_
EPSILON - The default tolerance used for geometric operations.
- DIM
- The dimension of the space.
- MAX_
MANIFOLD_ POINTS - Max number of pairs of contact points from the same contact manifold that can be solved as part of a single contact constraint.
- SIMD_
LAST_ INDEX - SIMD_WIDTH - 1
- SIMD_
WIDTH - The number of lanes of a SIMD number.
- SPATIAL_
DIM - The maximum number of possible rotations and translations of a rigid body.
- TWO_DIM
- The dimension of the space multiplied by two.
Type Aliases§
- AngDim
- The dimension of the rotations.
- AngVector
- The angular vector type.
- Angular
Inertia - The angular inertia of a rigid body.
- Cross
Matrix - A matrix that represent the cross product with a given vector.
- Dim
- The dimension of the ambient space.
- Isometry
- The transformation matrix type.
- Jacobian
- The type of a constraint Jacobian in twist coordinates.
- Jacobian
View - The type of a slice of the constraint Jacobian in twist coordinates.
- Jacobian
View Mut - The type of a mutable slice of the constraint Jacobian in twist coordinates.
- Matrix
- The matrix type.
- Orientation
- The orientation type.
- Point
- The point type.
- Principal
Angular Inertia - The principal angular inertia of a rigid body.
- Rotation
- The rotation matrix type.
- SdpMatrix
- A 3D symmetric-definite-positive matrix.
- Simd
Bool - A SIMD bool with SIMD_WIDTH lanes.
- Simd
Real - A SIMD float with SIMD_WIDTH lanes.
- Spacial
Vector - A vector with a dimension equal to the maximum number of degrees of freedom of a rigid body.
- Spatial
Dim - The dimension of a spatial vector.
- Spatial
Vector - The vector type with dimension
SpatialDim × 1
. - Tangent
Impulse - The type of impulse applied for friction constraints.
- Translation
- The translation type.
- Unit
Vector - The unit vector type.
- Vector
- The vector type.