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

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 @@
# Quaternions
[Ðóññêàÿ âåðñèÿ / Russian version](quaternion-rus.md)
[Русская версия / Russian version](quaternion-rus.md)
Quaternions are hypercomplex numbers that extend the concept of complex numbers.
They consist of one real component and three imaginary components:
@ -38,7 +38,7 @@ Structure definitions:
```
Fields:
- **s** is the real part of the quaternion. It is named after the word Scalar.
- **s** is the real part of the quaternion. It is named after the word "scalar".
- **x**, **y**, **z** - Imaginary components of the quaternion.
[Documentation](intro-eng.md)