PEd_Vec4Scale

A function defined in PEd_Vec4.gml

PEd_Vec4Scale(_vec, _real)

Description

Scales the vector by the value.

Arguments

Name Type Description
_vec Array The vector.
_real Real The value to scale the vector by.

Returns

Array The scaled vector.


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