Skip to content

format

typescript
Matrix4x4.MultiplyPoint(point)

class: Matrix4x4

description

Transforms a vector position using a matrix.

parameter

param_nametypedescription
pointVector3The vector to transform.

reture

typedescription
Vector3The transformed vector.

code example