Abs function for 3d-vectors

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

Syntax

C#
public static Vector3D Abs(
	Vector3D a
)

Parameters

a
Type: VVVV.Utils.VMath..::..Vector3D

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

Return Value

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

See Also