Skip to content

Commit

Permalink
update /doc/*/scripting/builtins/libmat4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Jun 17, 2024
1 parent 321cdf6 commit 0232e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/en/scripting/builtins/libmat4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Type conventions will be used on this page.
- vec3 - array of three numbers
- matrix - array of 16 numbers - matrix

>[!ATTENTION]
> [!WARNING]
>
> Type annotations are part of the documentation and are not present in Lua.
## Identity matrix - *mat4.idt(...)*
Expand Down
3 changes: 2 additions & 1 deletion doc/ru/scripting/builtins/libmat4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- vec3 - массив из трех чисел
- matrix - массив из 16 чисел - матрица

>[!ATTENTION]
> [!WARNING]
>
> Аннотации типов являются частью документации и не указываются при вызове использовании.
## Единичная матрица - *mat4.idt(...)*
Expand Down

0 comments on commit 0232e9f

Please sign in to comment.