Skip to content

Commit b4b1f89

Browse files
authored
[docs] fix rotation docs yaw/pitch/roll in table
1 parent bb6261d commit b4b1f89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/rotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_code: src/components/rotation.js
77
examples: []
88
---
99

10-
The rotation component defines the orientation of an entity. It takes the roll
10+
The rotation component defines the orientation of an entity. It takes the pitch
1111
(`x`), yaw (`y`), and roll (`z`) as three space-delimited numbers indicating
1212
degrees of rotation.
1313

@@ -27,9 +27,9 @@ rotation.
2727

2828
| Axis | Description | Default Value
2929
|------|-----------------------------------|---------------|
30-
| x | Roll, rotation about the X-axis. | 0 |
31-
| y | Pitch, rotation about the Y-axis. | 0 |
32-
| z | Yaw, rotation about the Z-axis. | 0 |
30+
| x | Pitch, rotation about the X-axis. | 0 |
31+
| y | Yaw, rotation about the Y-axis. | 0 |
32+
| z | Roll, rotation about the Z-axis. | 0 |
3333

3434
## Relative Rotation
3535

0 commit comments

Comments
 (0)