跳到主要内容

KVector3d.subtracted() method

两向量相减。

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

Signature:

subtracted(other: KVector3d): KVector3d;

Links: subtracted(other: KVector3d): KVector3d;

Parameters

Parameter

Type

Description

other

KVector3d

被减的另一个向量。

The vector to subtract.

Returns:

KVector3d

两向量的差。

The new vector.