Hello, in the docs, article Introduction to Nalgebra, there is the following typo:
Rapier mostly uses 2D and 3D vectors: the Vector2 and Vector3 type aliases form nalgebra.
that should be replaced with
Rapier mostly uses 2D and 3D vectors: the Vector2 and Vector3 type aliases from nalgebra.
Hello, in the docs, article Introduction to Nalgebra, there is the following typo:
Rapier mostly uses 2D and 3D vectors: the Vector2 and Vector3 type aliases form nalgebra.that should be replaced with
Rapier mostly uses 2D and 3D vectors: the Vector2 and Vector3 type aliases from nalgebra.