Quaternions

by 8O
Abstracts Matrix transformations to Quaternions [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://8O.Quaternions##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://8O.Quaternions##version=0

9 downloads
Latest Version
Date added: Sep 11 2024
Last updated: Sep 24 2024
1 fan
This library functions as a way to abstract Matrix transformations to Quaternions
Change the Rotation and/or LocalRotation with the Quaternion functions, then call ApplyRotation() on whatever atom you want to change.
This library was kept pretty simple (no Vector3 libraries, no external dependencies) to maintain its portability.