Type Definition tool::Vector[][src]

type Vector<T> = Vector3<T>;
Expand description

Type alias for Vector3. The matrix has 3 rows and 1 column.