setScale

fun setScale(matrix: Matrix4, scale: Cartesian3, result: Matrix4): Matrix4(source)

Computes a new matrix that replaces the scale with the provided scale. This assumes the matrix is an affine transformation.

Return

The modified result parameter.

Parameters

matrix

The matrix to use.

scale

The scale that replaces the scale of the provided matrix.

result

The object onto which to store the result.

See also