MatrixStack.translate

Replacement for glTranslate.

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

Meta