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
ParameterDescription
otherThe vector to subtract.
Returns

A new Vector3d instance representing the difference of the two vectors.