How to inverse Y axis ?
Blitz3D Forums/Blitz3D Programming/How to inverse Y axis ?
| ||
... It's about matrix operation. |
| ||
Multiply y by -1. If you mean a 3x3 matrix then 1 0 0 0 -1 0 0 0 1 |
|
| ||
... It's about matrix operation. |
| ||
Multiply y by -1. If you mean a 3x3 matrix then 1 0 0 0 -1 0 0 0 1 |