Skip to content

format

typescript
Matrix4x4.PerspectiveMultiplyPoint3(v)

class: Matrix4x4

description

Multiply a 3D vector by a perspective projection matrix.

parameter

param_nametypedescription
vVector33D vector

reture

typedescription
Vector3Transformed coordinates

code example