跳到主要内容

KVector3d.cross() method

两向量的叉积。

Return the cross result of this vector and the input other vector.

Signature:

cross(other: KVector3d): KVector3d;

Links: cross(other: KVector3d): KVector3d;

Parameters

Parameter

Type

Description

other

KVector3d

被叉积的另一向量。

The vector to cross.

Returns:

KVector3d

两向量叉积的结果。

The cross product of the vectors.