Module geomath::vector[][src]

Expand description

Vector structures and documentation

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

Modules

constant vectors

Structs

2D vectors (x, y)

3D vectors (x, y, z)

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

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

Functions