value - vector, subtracts all vector components from a value

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static Vector3D operator -(
	double a,
	Vector3D v1
)

Parameters

a
Type: System..::..Double

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.Vector3D.op_Subtraction(System.Double,VVVV.Utils.VMath.Vector3D)"]

v1
Type: VVVV.Utils.VMath..::..Vector3D

[Missing <param name="v1"/> documentation for "M:VVVV.Utils.VMath.Vector3D.op_Subtraction(System.Double,VVVV.Utils.VMath.Vector3D)"]

Return Value

New vector with all components of v1 subtracted from a

See Also