Creates a scaling matrix from a given 3d-vector

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

Syntax

C#
public static Matrix4x4 Scale(
	Vector3D v
)

Parameters

v
Type: VVVV.Utils.VMath..::..Vector3D

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

Return Value

Scaling matrix

See Also