ga3 0.3.4

Common types for 3D geometric algebra
Documentation
[package]
name = "ga3"
version = "0.3.4"
description = "Common types for 3D geometric algebra"
authors = ["p <p@p11c.xyz>"]
edition = "2024"
license = "MIT OR Apache-2.0"
keywords = ["geometric-algebra", "gamedev", "math", "vector"]
repository = "https://gitlab.com/porky11/ga3"
readme = "README.md"

[dependencies]
scalars = "0.3"
derive_more = { version = "2.0.1", features = ["add", "add_assign", "not"] }
inner-space = "0.3"
vector-basis = "0.5"
vector-space = "0.7"
token-parser = { version = "0.5.0", optional = true }
data-stream = { version = "0.3.0", optional = true }

[features]
parsable = ["token-parser"]