KVector2d.added() method
两向量相加。
Return a new KVector3d which is this vector add the input vector.
Signature:
added(other: KVector2d): KVector2d;
Parameters
Parameter | Type | Description |
---|---|---|
other | 被加的另一个向量。 The vector to add. |
Returns:
两向量的和。
The new vector.