Обновление документации по векторам и кватернионам
This commit is contained in:
parent
2fd2578bb3
commit
460fe94830
20 changed files with 237 additions and 138 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue