Details
Add the following static methods to your matrix class:
- Matrix scale(float x, float y, float z) 
- Matrix ortho(float left, float right, float bottom, float top, float nearVal, float farVal) 
- Matrix perspective(float fovy, float aspect, float zNear, float zFar) 
Submission
Please show your source code and run your program for the instructor.