diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-05-07 15:56:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-05-07 15:56:30 +0200 |
| commit | 0c7f0571466dd2342a3532eb33d17d0451514fb6 (patch) | |
| tree | 701f2c5f29aef66d94fada9bd277fca35f5c3a31 /components/euler_angle/README.md | |
| parent | 88a36be49c0bccce07ccab0f62f3f701c5bd3554 (diff) | |
Diffstat (limited to 'components/euler_angle/README.md')
| -rw-r--r-- | components/euler_angle/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/euler_angle/README.md b/components/euler_angle/README.md new file mode 100644 index 0000000..785114a --- /dev/null +++ b/components/euler_angle/README.md @@ -0,0 +1,11 @@ +# Euler Angle Component for Serpentity + +This is a component for [serpentity][serpentity], it holds the following values: + +``` +-pitch <Number> // the rotation on the x axis +-yaw <Number> // the rotation on the y axis +-roll <Number> // the rotation on the z axis +``` + +[serpentity]: https://git.sr.ht/~rbdr/serpentity-lib |