Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 769 Bytes

File metadata and controls

55 lines (27 loc) · 769 Bytes

Home > server > Vector3 > transformMatrix3

Vector3.transformMatrix3() method

Transforms the vector by a matrix3.

Signature:

transformMatrix3(matrix3: Matrix3): Vector3;

Parameters

Parameter

Type

Description

matrix3

Matrix3

The matrix3 to transform the vector by.

**Returns:**

Vector3

The current vector.