matrix + value, adds a value to all matrix components

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

Syntax

C#
public static Matrix4x4 operator +(
	Matrix4x4 A,
	double b
)

Parameters

A
Type: VVVV.Utils.VMath..::..Matrix4x4

[Missing <param name="A"/> documentation for "M:VVVV.Utils.VMath.Matrix4x4.op_Addition(VVVV.Utils.VMath.Matrix4x4,System.Double)"]

b
Type: System..::..Double

[Missing <param name="b"/> documentation for "M:VVVV.Utils.VMath.Matrix4x4.op_Addition(VVVV.Utils.VMath.Matrix4x4,System.Double)"]

Return Value

New matrix with b added to all components of A

See Also