affineRotation

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Mat2x3!T affineRotation(T angle)
    pure @safe @nogc nothrow
    affineRotation
    (
    T
    )
    (
    in T angle
    )
    if (
    isFloatingPoint!T
    )
  2. auto rotation(T angle, V axis)
  3. auto rotation(T angle, T x, T y, T z)

Meta