applyMatrix()
TransformDescription
Multiplies the current matrix by the specified 4x4 matrix.
Syntax
void applyMatrix(float n00, float n01, float n02, float n03, ...)
Parameters
| Name | Type | Description |
|---|---|---|
| n00-n33 | float | 16 values of a 4x4 matrix |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...