cl-3d-matrices
Utility library implementing 2x2, 3x3, 4x4 and NxM matrices
3D-MATRICES
is a library implementing common matrix operations, mainly intended as the counterpiece to 3d-vectors
and thus being aimed at operations in 3D space.
- Versions: 1.0.0-2.b4f5a58
- Website: https://shinmera.github.io/3d-matrices/
- Licenses: Zlib
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-3d-matrices
as follows:
guix install cl-3d-matrices
Or install a particular version:
guix install cl-3d-matrices@1.0.0-2.b4f5a58
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 cl-3d-matrices about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-3d-matrices'><img src='https://packages.guix.gnu.org/packages/cl-3d-matrices/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cl-3d-matrices)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-3d-matrices][https://packages.guix.gnu.org/packages/cl-3d-matrices/badges/latest-version.svg]]