applyMatrix()

Transform

Description

Multiplies the current matrix by the specified 4x4 matrix.

Syntax

void applyMatrix(float n00, float n01, float n02, float n03, ...)

Parameters

NameTypeDescription
n00-n33float16 values of a 4x4 matrix

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...