KPoint3d.added() method
对当前点应用一向量,实现对点的平移。
Return a new KPoint3d which is this point add the input vector.
Signature:
added(vector: KVector3d): KPoint3d;
Parameters
Parameter | Type | Description |
---|---|---|
vector | 要平移的向量。 The vector to add. |
Returns:
新的点。
The new point.