mpas_tools.vector.Vector.cross¶
- Vector.cross(other)[source]¶
- Compute the dot product between this vector and - other.- Parameters:
- other (mpas_tools.vector.Vector) – The other vector 
- Returns:
- cross_product (mpas_tools.vector.Vector) – The cross product