moggle.math.matrix

Undocumented in source.

Members

Structs

HVector
struct HVector(T, size_t N)

A 'homogeneous vector': A vector with the last element set to 1 by default.

Matrix
struct Matrix(T, size_t N, size_t M = N)

An N by M Matrix of T.

Templates

Vector
template Vector(T, size_t N)

Alias for a Matrix with a width of 1.

Meta