BBMOD_Matrix.ScaleSelf

A function defined in BBMOD_Matrix.gml

Scale(_x[, _y, _z])

Description

Scales the matrix and returns the stores the result into self.

Arguments

Name Type Description
_x Real, Struct.BBMOD_Vec3 Scale on the X axis or a vector with scale on all axes.
_y Real Scale on the Y axis. Use undefined if _x is a vector. Defaults to undefined.
_z Real Scale on the Z axis. Use undefined if _x is a vector. Defaults to undefined.

Returns

Struct.BBMOD_Matrix Returns self.

Do you find this page helpful?

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