MatrixStack.translate

Replacement for glTranslate.

  1. void translate(Vector!(F, 3) v)
    class MatrixStack(F, size_t depth = 32)
    void
    translate
    @safe pure nothrow @nogc
    (
    Vector!(F, 3) v
    )
    if (
    depth > 0 &&
    (
    is(F == float) ||
    is(F == double)
    )
    )
  2. void translate(F x, F y, F z)

Meta