Houdini 21.0 Nodes APEX nodes

transform::Prescale<T>

Applies a prescale to a matrix.

On this page
Since 20.0

Applying a prescale to a matrix is the same as scaling and then transforming the result by the original matrix. This is equivalent to scaling in the local space of an established transform.

Inputs

matrix: Matrix3, Matrix4

The matrix on which to apply the prescaling.

vector: Vector3

The prescale components.

Outputs

result: Matrix3, Matrix4

The prescaled matrix.

See also

APEX nodes