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

Vector3.transformMatrix4() method

Transforms the vector by a matrix4.

Signature:

transformMatrix4(matrix4: Matrix4): Vector3;

Parameters

Parameter

Type

Description

matrix4

Matrix4

The matrix4 to transform the vector by.

**Returns:**

Vector3

The current vector.