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

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 @@
# Three-dimensional vectors
[Ðóññêàÿ âåðñèÿ / Russian version](vector3-rus.md)
[Русская версия / Russian version](vector3-rus.md)
There are two types of 3D vectors in the library:
- **BGC_FP32_Vector3** - vector using single-precision floating-point numbers
@ -22,12 +22,20 @@ Structure definitions:
## Functions
| Funtions for BGC_FP32_Vector3 | Funtions for BGC_FP64_Vector3 |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| [bgc_fp32_vector3_reset](vector3/reset-eng.md) | [bgc_fp64_vector3_reset](vector3/reset-eng.md) |
| [bgc_fp32_vector3_set_values](vector3/set-values-eng.md) | [bgc_fp64_vector3_set_values](vector3/set-values-eng.md) |
| [bgc_fp32_vector3_copy](vector3/copy-eng.md) | [bgc_fp64_vector3_copy](vector3/copy-eng.md) |
| [bgc_fp32_vector3_swap](vector3/swap-eng.md) | [bgc_fp64_vector3_swap](vector3/swap-eng.md) |
- [Reset](vector3/reset-eng.md)
- bgc_fp32_vector3_reset
- bgc_fp64_vector3_reset
- [Set Values](vector3/set-values-eng.md)
- bgc_fp32_vector3_set_values
- bgc_fp64_vector3_set_values
- [Copy](vector3/copy-eng.md)
- bgc_fp32_vector3_copy
- bgc_fp64_vector3_copy
- [Swap](vector3/swap-eng.md)
- bgc_fp32_vector3_swap
- bgc_fp64_vector3_swap
[Documentation](intro-eng.md)