From 0c7f0571466dd2342a3532eb33d17d0451514fb6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 7 May 2024 15:56:30 +0200 Subject: Add euler angle --- components/euler_angle/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 components/euler_angle/README.md (limited to 'components/euler_angle/README.md') 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 // the rotation on the x axis +-yaw // the rotation on the y axis +-roll // the rotation on the z axis +``` + +[serpentity]: https://git.sr.ht/~rbdr/serpentity-lib -- cgit