PEd_MatrixScale

A function defined in PEd_matrix.gml

PEd_MatrixScale(_matrix, _val)

Description

Scales the matrix by the given value.

Arguments

Name Type Description
_matrix Array The matrix to be scaled.
_val Real The value to scale the matrix by.

Returns

Array The scaled matrix.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.