Back to Linear Algebra (Eigen)
eigen.vector.cross
Compute the cross product of two 3D vectors: u × v
Syntax
eigen.vector.cross(u, v)
Description
Compute the cross product of two 3D vectors: u × v
Parameters
| Name | Description |
|---|---|
| u | - First 3D vector |
| v | - Second 3D vector |
Returns
VectorHandle