|
M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
| Mat2 (float sx, float sy, float fx, float fy) | |
| void | RotateCounterClockWise (float a) |
Public Attributes | |
| Vec2 | s |
| Side vector, also x axis. | |
| Vec2 | f |
| Forward vector, also y axis. | |
Static Public Attributes | |
| static Mat2 | Identity = new Mat2(1,0,0,1) |
| TaleWorlds.Library.Mat2.Mat2 | ( | float | sx, |
| float | sy, | ||
| float | fx, | ||
| float | fy | ||
| ) |
| void TaleWorlds.Library.Mat2.RotateCounterClockWise | ( | float | a | ) |
| Vec2 TaleWorlds.Library.Mat2.s |
| Vec2 TaleWorlds.Library.Mat2.f |