| 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.
入力 ¶
matrix:
Matrix3, Matrix4
The matrix on which to apply the prescaling.
vector:
Vector3
The prescale components.
出力 ¶
result:
Matrix3, Matrix4
The prescaled matrix.
| See also |