Исправление структуры документации

This commit is contained in:
Andrey Pokidov 2025-02-08 01:22:19 +07:00
parent f8f6b07c81
commit e15070ce45
20 changed files with 316 additions and 135 deletions

View file

@ -60,23 +60,12 @@ Fields:
- s0 is the real part of the versor.
- x1, x2, x3 are the imaginary components of the versor.
## Operation with versors
## Functions
- [Reset state](versor/reset-eng.md)
- [Specify component values](versor/set-values-eng.md)
- Copy component values
- Swap component values
- Build based on rotation
- Check for absence of rotation
- Type conversion
- Rotation reduction
- Inversion
- Combination
- Get rotation description
- Get rotation matrix
- Get inverse rotation matrix
- Rotate vector
- Inverse vector rotation
- Compare
| Funtions for BgcVersorFP32 | Funtions for BgcVersorFP64 |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| [bgc_versor_reset_fp32](versor/reset-eng.md) | [bgc_versor_reset_fp64](versor/reset-eng.md) |
| [bgc_versor_set_values_fp32](versor/set-values-eng.md) | [bgc_versor_set_values_fp64](versor/set-values-eng.md) |
[Back](intro-eng.md)
[Documentation](intro-eng.md)