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

sbcl-3d-vectors

Utility library implementing 2D, 3D, and 4D vectors

3D-VECTORS is a library for vector math in 3D space. It contains most of the vector operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable.

Installation

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

guix install sbcl-3d-vectors

Or install a particular version:

guix install sbcl-3d-vectors@3.1.0-2.2579694

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.