Skip to content

format

typescript
Matrix4x4.MultiplyVector(vector)

class: Matrix4x4

description

Multiply a vector by a matrix.

parameter

param_nametypedescription
vectorVector3The input vector.

reture

typedescription
Vector3The product of the vector.

code example