@set
Description:
public void @set (
Matrix matrix)
Replaces the current this matrix value with the value of matrix.
This effectively discards any other operations that were applied since the last time
push was called or since the stack was initialized.
Parameters:
| this |
A MatrixStack
|
| matrix |
A Matrix replace the current matrix value with
|