rapier3d

Module math

Source
Expand description

Elementary mathematical entities (vectors, matrices, isometries, etc).

Re-exports§

  • pub use f32 as Real;

Constants§

  • The maximum number of rotational degrees of freedom of a rigid-body.
  • The default tolerance used for geometric operations.
  • The dimension of the space.
  • Max number of pairs of contact points from the same contact manifold that can be solved as part of a single contact constraint.
  • SIMD_WIDTH - 1
  • The number of lanes of a SIMD number.
  • The maximum number of possible rotations and translations of a rigid body.
  • The dimension of the space multiplied by two.

Type Aliases§