Abs function for 4d-vectors

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

Syntax

C#
public static Vector4D Abs(
	Vector4D a
)

Parameters

a
Type: VVVV.Utils.VMath..::..Vector4D

[Missing <param name="a"/> documentation for "M:VVVV.Utils.VMath.VMath.Abs(VVVV.Utils.VMath.Vector4D)"]

Return Value

New vector with the absolut values of the components of input vector a

See Also