[][src]Module hektor::vec4

Module for 4D Vectors.

A 4D vector isn't really a "real world" thing, but it's used in computer graphics frequently, so here we are.

Also, because the sse registers have 4xf32 lanes, this type has more random methods thrown onto it than the other Vec types. Not for geometry, but more just because it's possible so why not.

Structs

Vec4

A 4D Vector