[][src]Module geomath::vector

Vector structures and documentation

A vector is represented as a struct containing a f64 field for each cartesian component.

Modules

consts

constant vectors

Structs

Vector2

2D vectors (x, y)

Vector3

3D vectors (x, y, z)

Vector4

4D vectors (x, y, z, w)

Vector6

6D vectors (x, y, z, u, v, w)

Functions

vec2
vec3
vec4
vec6