跳到主要内容

KPoint3d.added() method

对当前点应用一向量,实现对点的平移。

Return a new KPoint3d which is this point add the input vector.

Signature:

added(vector: KVector3d): KPoint3d;

Links: added(vector: KVector3d): KPoint3d;

Parameters

Parameter

Type

Description

vector

KVector3d

要平移的向量。

The vector to add.

Returns:

KPoint3d

新的点。

The new point.