vector
Methods defined in vector
The cross product of this vector and another.
Return the length of this vector.
Returns the vector itself.
The vector projection of this vector onto another.
The scalar projection of this vector onto another.
The unit vector of this vector.
The angle between this vector and another, in radians.
Convert this vector to a tuple. Same as tuple(vector), but much faster.
Rotate this vector about the specified axis through the specified angle, in radians
Zero the state of this vector. Potentially useful for reusing a temporary variable.
f
dot(...)
The dot product of this vector and another.
Attributes
<property object at 0x015D18A0>
<property object at 0x015D18C8>
<property object at 0x015D1828>
<property object at 0x015D1850>
<property object at 0x015D1878>
See
the source
for more information.