apply_matrix


Description:

public void apply_matrix (float[] matrix)

Apply a transformation using the given 4x4 transformation matrix.

Performs the multiplication, meta->matrix X matrix.

Parameters:

this

a AffineTransformationMeta

matrix

a 4x4 transformation matrix to be applied