[][src]Module quick_maths::vec

Vector definitions

Structs

Vector

Vector over floats and a const-size. Often used through Vec2, Vec3, and Vec4 instead of the raw struct.

Type Definitions

Vec2

2D vector with default float type (f32).

Vec3

3D vector with default float type (f32).

Vec4

4D vector with default float type (f32). Often implicitly created by Vec3::homogeneous.