11-29-2019, 06:54 PM
Yes at the moment there are no Matrix3 rotation functions in tyFlow....so you're on your own for that
Here's a page with some applicable math:
https://github.com/andykorth/opentk/blob...Matrix3.cs
To rotate any given matrix, create a rotated identity matrix and then multiply that on the left side of your target matrix.
Here's a page with some applicable math:
https://github.com/andykorth/opentk/blob...Matrix3.cs
To rotate any given matrix, create a rotated identity matrix and then multiply that on the left side of your target matrix.