Module rapier3d::math

source ·
Expand description

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

Structs§

  • An SIMD boolean structure associated to wide::f32x4 that implements all the relevant traits from simba.
  • A wrapper type of wide::f32x4 that implements all the relevant traits from num and simba.

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§