Sandbox Logo

struct Rotation

Summary

Represents a Quaternion rotation. Can be interpreted as a direction unit vector (x,y,z) + rotation around the direction vector (w) which represents the up direction. Unlike <see cref="T:Angles" />, this cannot store multiple revolutions around an axis.

User Comments

Oct, 10 2021
0
Rotating is very pog.
May, 5 2021
495
Remember to multiply rotations if you want to add them!