KVector3d.cross() method
两向量的叉积。
Return the cross result of this vector and the input other vector.
Signature:
cross(other: KVector3d): KVector3d;
Parameters
Parameter | Type | Description |
---|---|---|
other | 被叉积的另一向量。 The vector to cross. |
Returns:
两向量叉积的结果。
The cross product of the vectors.