Matrix.rotation

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

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

See Also

Meta