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

Vector2.transformMatrix4() method

Transforms the current vector by a matrix4.

Signature:

transformMatrix4(matrix4: Matrix4): Vector2;

Parameters

Parameter

Type

Description

matrix4

Matrix4

The matrix4 to transform the vector by.

**Returns:**

Vector2

The current vector.