PistonDevelopers / quaternion

A simple and type agnostic Rust library for quaternion math designed for reexporting
Apache License 2.0
13 stars 6 forks source link

Using `(T, [T; 3])` #7

Closed bvssvni closed 9 years ago

bvssvni commented 9 years ago

A quaternion can be thought of as having a scalar and a vector part.

bvssvni commented 9 years ago

It removes the ambiguity whether the real part comes first or last.