sp2 0.3.0

2D spatial transforms and movement representations using geometric algebra
Documentation
[dependencies.derive_more]
features = ["add", "add_assign", "not"]
version = "2.1.1"

[dependencies.ga2]
version = "0.5.0"

[dependencies.inner-space]
version = "0.1.0"

[dependencies.num-traits]
version = "0.2"

[lib]
name = "sp2"
path = "src/lib.rs"

[package]
authors = ["p <p11@p11c.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "game-development"]
description = "2D spatial transforms and movement representations using geometric algebra"
documentation = "https://docs.rs/sp2"
edition = "2024"
homepage = "https://gitlab.com/porky11/sp2"
keywords = ["geometric-algebra", "vector-math", "gamedev", "physics", "2d"]
license = "MIT OR Apache-2.0"
name = "sp2"
readme = "README.md"
repository = "https://gitlab.com/porky11/sp2"
version = "0.3.0"

[[test]]
name = "example"
path = "tests/example.rs"