Type Definition Vector
tool
type Vector<T> = RowVector3<T>;
Type alias for [Vector3]. The matrix has 1 row and 3 columns.
Vector3