Type Definition tool::Vector[][src]

type Vector<T> = RowVector3<T>;

Type alias for [Vector3]. The matrix has 1 row and 3 columns.