spatial-motion 0.2.0

Generic spatial transforms and movement, built on geometric algebra traits
Documentation
[package]
name = "spatial-motion"
version = "0.2.0"
edition = "2024"
description = "Generic spatial transforms and movement, built on geometric algebra traits"
authors = ["p <p@p11c.xyz>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/porky11/spatial-motion"
documentation = "https://docs.rs/spatial-motion"
keywords = ["geometric-algebra", "transform", "physics", "gamedev", "spatial"]
categories = ["mathematics", "game-development"]

[dependencies]
scalars = "0.3"
vector-space = "0.7"
derive_more = { version = "2.1.1", features = ["add", "add_assign", "not"] }

[dev-dependencies]
ga2 = "0.7"
scalars = "0.3"
vector-space = "0.7"