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 © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.