Обновление документации по векторам и кватернионам

This commit is contained in:
Andrey Pokidov 2026-03-30 01:05:57 +07:00
parent 2fd2578bb3
commit 460fe94830
20 changed files with 237 additions and 138 deletions

View file

@ -1,6 +1,6 @@
# Two-dimensional vectors
[Ðóññêàÿ âåðñèÿ / Russian version](vector2-rus.md)
[Русская версия / Russian version](vector2-rus.md)
There are two types of 2D vectors in the library:
- **BGC_FP32_Vector2** - vector using single-precision floating-point numbers
@ -22,12 +22,21 @@ Structure definitions:
## Functions
| Funtions for BGC_FP32_Vector2 | Funtions for BGC_FP64_Vector2 |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| [bgc_fp32_vector2_reset](vector2/reset-eng.md) | [bgc_fp64_vector2_reset](vector2/reset-eng.md) |
| [bgc_fp32_vector2_set_values](vector2/set-values-eng.md) | [bgc_fp64_vector2_set_values](vector2/set-values-eng.md) |
| [bgc_fp32_vector2_copy](vector2/copy-eng.md) | [bgc_fp64_vector2_copy](vector2/copy-eng.md) |
| [bgc_fp32_vector2_swap](vector2/swap-eng.md) | [bgc_fp64_vector2_swap](vector2/swap-eng.md) |
- [Reset](vector2/reset-eng.md)
- bgc_fp32_vector2_reset
- bgc_fp64_vector2_reset
- [Set Values](vector2/set-values-eng.md)
- bgc_fp32_vector2_set_values
- bgc_fp64_vector2_set_values
- [Copy](vector2/copy-eng.md)
- bgc_fp32_vector2_copy
- bgc_fp64_vector2_copy
- [Swap](vector2/swap-eng.md)
- bgc_fp32_vector2_swap
- bgc_fp64_vector2_swap
[Documentation](intro-eng.md)