MatrixUtil

public final class MatrixUtil

Functions

Link copied to clipboard
public final static Unit push(MatrixStack $self, Function1<MatrixStack, Unit> action)

Pushes to the given matrix stack, invokes action, then pops from the given matrix stack.