sbcl-3d-transforms
Common structure to encapsulate spatial transformations in Common Lisp
This is a library that uses the other 3d-* math libraries to present an encapsulation for a spatial transformation. It offers convenience functions for operating on such transformations and for converting between them and the alternative 4x4 matrix representation.
- Versions: 1.0.0-0.1d44509
- Website: https://shinmera.github.io/3d-transforms/
- Licenses: Zlib
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-3d-transforms
as follows:
guix install sbcl-3d-transforms
Or install a particular version:
guix install sbcl-3d-transforms@1.0.0-0.1d44509
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-transforms about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/sbcl-3d-transforms'><img src='https://packages.guix.gnu.org/packages/sbcl-3d-transforms/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/sbcl-3d-transforms/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/sbcl-3d-transforms)
Example Org:
[[https://packages.guix.gnu.org/packages/sbcl-3d-transforms][https://packages.guix.gnu.org/packages/sbcl-3d-transforms/badges/latest-version.svg]]