Add viewTransform transformation

This commit is contained in:
Godzil
2020-02-20 15:11:40 +00:00
parent 863bb2a34b
commit bc047cd89e
3 changed files with 74 additions and 1 deletions

View File

@@ -21,4 +21,6 @@ Matrix rotationZ(double angle);
Matrix shearing(double Xy, double Xx, double Yx, double Yz, double Zx, double Zy);
Matrix viewTransform(Tuple from, Tuple to, Tuple up);
#endif /* DORAYME_TRANSFORMATION_H */