Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 777 Bytes

File metadata and controls

55 lines (27 loc) · 777 Bytes

Home > server > Vector2 > transformMatrix3

Vector2.transformMatrix3() method

Transforms the current vector by a matrix3.

Signature:

transformMatrix3(matrix3: Matrix3): Vector2;

Parameters

Parameter

Type

Description

matrix3

Matrix3

The matrix3 to transform the vector by.

**Returns:**

Vector2

The current vector.