mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-16 21:55:58 +01:00
mat3x3: fix comment
This commit is contained in:
parent
7373e87215
commit
db956287d3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace Hyprutils {
|
||||||
/* create an output projection matrix */
|
/* create an output projection matrix */
|
||||||
static Mat3x3 outputProjection(const Vector2D& size, eTransform transform);
|
static Mat3x3 outputProjection(const Vector2D& size, eTransform transform);
|
||||||
|
|
||||||
/* get the matrix as an array, in a RTL TTB order. */
|
/* get the matrix as an array, in a row-major order. */
|
||||||
std::array<float, 9> getMatrix() const;
|
std::array<float, 9> getMatrix() const;
|
||||||
|
|
||||||
/* create a box projection matrix */
|
/* create a box projection matrix */
|
||||||
|
|
Loading…
Reference in a new issue