Улучшение структуры документации
This commit is contained in:
parent
72b6690ad6
commit
f8f6b07c81
20 changed files with 262 additions and 156 deletions
|
@ -1,6 +1,6 @@
|
|||
# Versors
|
||||
|
||||
[Quaternions](./quaternion-eng.md) are hypercomplex numbers that have one real component and three imaginary components:
|
||||
[Quaternions](quaternion-eng.md) are hypercomplex numbers that have one real component and three imaginary components:
|
||||
|
||||
q = w + ix + jy + kz
|
||||
|
||||
|
@ -62,8 +62,8 @@ Fields:
|
|||
|
||||
## Operation with versors
|
||||
|
||||
- [Reset state](./versor-reset-eng.md)
|
||||
- [Specify component values](./versor-set-values-eng.md)
|
||||
- [Reset state](versor/reset-eng.md)
|
||||
- [Specify component values](versor/set-values-eng.md)
|
||||
- Copy component values
|
||||
- Swap component values
|
||||
- Build based on rotation
|
||||
|
@ -78,3 +78,5 @@ Fields:
|
|||
- Rotate vector
|
||||
- Inverse vector rotation
|
||||
- Compare
|
||||
|
||||
[Back](intro-eng.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue