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 > transformMatrix2

Vector2.transformMatrix2() method

Transforms the current vector by a matrix2.

Signature:

transformMatrix2(matrix2: Matrix2): Vector2;

Parameters

Parameter

Type

Description

matrix2

Matrix2

The matrix2 to transform the vector by.

**Returns:**

Vector2

The current vector.