Module base::math
[−]
[src]
This module reexports everything from the cgmath crate and defines a few
own types, such as AxialVector and AxialPoint.
Reexports
pub use self::cgmath::*; |
Modules
| billboard |
Structs
| AxialPoint |
A 2-dimensional point in axial coordinates. See here for more information. |
| AxialVector |
A 2-dimensional vector in axial coordinates. See here for more information. |
| Dimension2 |
A two-dimensional dimension. |
Constants
| SQRT_3 |
Functions
| random_vec_with_angle |
Generates a random |