Matrix.rotateX

struct Matrix(T, ubyte R, ubyte C = R)
static if(isSquare && (R == 3 || R == 4) && isFloatingPoint!T)
void
rotateX
()
if (
R >= 2 &&
R <= 4
&&
C >= 2
&&
C <= 4
)

Examples

Meta