sge 1.2.0

Simple game engine
Documentation
1
2
3
4
5
6
7
8
9
10
# Math API

SGE exposes a fork of [`bevy_math`](https://docs.rs/bevy_math/latest/bevy_math/)
with lots of useful types and functions for math/linear algebra.

You can see a list of the included items
[here](https://docs.rs/sge/latest/sge/prelude/math/index.html). I would
recommend looking through the documentation for
[Vec2](https://docs.rs/sge/latest/sge/prelude/math/struct.Vec2.html) at least as
it is used everywhere.