Matrix.rotation

Similar to the glRotate matrix, however the angle is expressed in radians

struct Matrix(T, int R, int C)
@nogc static pure nothrow
static if(isSquare && (R == 3 || R == 4) && isFloatingPoint!T)
rotation

See Also

Meta