Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

math.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

Math

Amethyst uses nalgebra under the hood as its math library and it is re-exported for use under the amethyst::core::nalgebra namespace. As the documentation for nalgebra is already very good, we will not go into detail here about how to use it. Instead we will redirect you to the excellent nalgebra website where you can find the documentation for nalgebra along with excellent examples and quick references.