Overview
>
klyn.math.geometry
>
Vector3d
>
operator+
Overview
Index
Tree
Deprecated
klyn.math.geometry.Vector3d.operator+
method
public static operator+(v1 as Vector, v2 as Vector) as Vector3d:
Description
Adds another vector to this vector.
Parameters
other The vector to add.
Returns
A new Vector3d instance representing the sum of the two vectors.