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

Pete Broccoli
3 Months Ago
Rotating is very pog.
Yuberee
3 Months Ago
Remember to multiply rotations if you want to add them!
6