Skip to content

format

typescript
Matrix4x4.MultiplyVector4(vector)

class: Matrix4x4

description

Multiply a Vector4 by a matrix.

parameter

param_nametypedescription
vectorVector4Vector4 vector

reture

typedescription
Vector4The product of the vector

code example