Skip to content

wtracy/quaternions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

A quick quaternion implementation for Android.

Also contains a vector implementation because reasons. A transformation matrix can be derived from a quaternion rotation and applied to a vector.

The only Android dependency in this project is adroid.util.FloatMath. A stub implementation of this class has been provided under /test so that you can run the unit tests on a normal desktop.

About

A quaternions implementation for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages