Add quaternion and vector chapter to book

This commit is contained in:
Oleg Kalachev
2025-05-31 12:46:33 +03:00
parent 6b7601c0bd
commit 98fc0cf5b4
9 changed files with 836 additions and 1 deletions

29
docs/rotation.css Normal file
View File

@@ -0,0 +1,29 @@
.diagram svg {
display: block;
width: 100%;
height: 400px;
}
.diagram .label {
font-family: Arial, sans-serif;
font-size: 20px;
pointer-events: none;
color: black;
opacity: 0.8;
user-select: none;
}
.diagram label {
display: block;
}
@media (min-width: 800px) {
.diagram b {
width: 200px;
display: inline-block;
}
}
.diagram p.quaternion {
overflow-x: auto;
}
.diagram input {
text-align: center;
width: 100%;
}