LogoPixi’VN
pixi-jsFunctions

Function: applyProjectiveTransformationToPlane()

> applyProjectiveTransformationToPlane(width, height, geometry, transformationMatrix): void

Defined in: node_modules/pixi.js/lib/scene/mesh-perspective/utils/applyProjectiveTransformationToPlane.d.ts:11

Internal

Apply a projective transformation to a plane geometry

Parameters

width

number

The width of the plane

height

number

The height of the plane

geometry

PlaneGeometry

The plane geometry to apply the transformation to

transformationMatrix

ArrayFixed<number, 9>

The transformation matrix to apply

Returns

void