PEd_Vec3Scale

A function defined in PEd_Vec3.gml

PEd_Vec3Scale(_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.