跳到主要内容

KVector3d.added() method

两向量相加。

Return a new KVector3d which is this vector add the input vector.

Signature:

added(other: KVector3d): KVector3d;

Links: added(other: KVector3d): KVector3d;

Parameters

Parameter

Type

Description

other

KVector3d

被加的另一个向量。

The vector to add.

Returns:

KVector3d

两向量的和。

The new vector.