Click or drag to resize

Matrix44CreateScale(Vector3, Matrix44) Method

Creates a new scaling Matrix44.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public static void CreateScale(
	ref Vector3 scales,
	out Matrix44 result
)

Parameters

scales  Vector3
Vector3 representing x,y and z scale values.
result  Matrix44
The scaling Matrix44 as an output parameter.
See Also