This package browser is in early development. Mind the rough edges.

sbcl-3d-quaternions

Quaternion and dual-quaternion functionality in Common Lisp

This is a library for quaternions. It contains most of the quaternion operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable. It also tries to be efficient where plausible. Each quaternion is made up of floats, which by default are single-floats, as they do not require value boxing on most modern systems and compilers.

Installation

Install the latest version of sbcl-3d-quaternions as follows:

guix install sbcl-3d-quaternions

Or install a particular version:

guix install sbcl-3d-quaternions@1.0.0-0.b79c15c

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of sbcl-3d-quaternions about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/sbcl-3d-quaternions'><img src='https://packages.guix.gnu.org/packages/sbcl-3d-quaternions/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-3d-quaternions/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-3d-quaternions)

Example Org:

[[https://packages.guix.gnu.org/packages/sbcl-3d-quaternions][https://packages.guix.gnu.org/packages/sbcl-3d-quaternions/badges/latest-version.svg]]