Type Definition kalast::V3[][src]

type V3<T> = Matrix3x1<T>;

Type alias for Matrix3x1. The matrix has a fixed number of rows (3) and a fixed number of columns (1).