vector¶
Routines for working with vectors These routines can be used with vectors, as well as with matrices containing a vector in each row.
Functions¶
vector.angle()... Angle between two vectorsvector.GramSchmidt()... Gram-Schmidt orthogonalization of three pointsvector.normalize()... Normalization of a vectorvector.project()... Projection of one vector onto anothervector.plane_orientation()... Orientation of plane defined by three pointsvector.qrotate()... Quaternion indicating the shortest rotation from one vector into another.vector.rotate_vector()... Rotation of a vector