bb-geometry 0.3.0

A small crate containing some data structures and methods for 4d Euclidean geometry.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "bb-geometry"
version = "0.3.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A small crate containing some data structures and methods for 4d Euclidean geometry."

[dependencies]
rand = "0.9.0"