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
Subtracts another vector from this vector.
Parameters
other The vector to subtract.
Returns
A new Vector3d instance representing the difference of the two vectors.