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