Creates a translation matrix from 3 given values

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

Syntax

C#
public static Matrix4x4 Translate(
	double x,
	double y,
	double z
)

Parameters

x
Type: System..::..Double

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

y
Type: System..::..Double

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

z
Type: System..::..Double

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

Return Value

Translation matrix

See Also