A function defined in BBMOD_Vec2.gml
Transform(_matrix)
Transforms vector (X, Y, 0.0, 1.0)
by a matrix and returns the result as a new vector.
Name | Type | Description |
---|---|---|
_matrix | Array |
The matrix to transform the vector by. |
Struct.BBMOD_Vec2
The created vector.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.