Crates.io | ga3 |
lib.rs | ga3 |
version | 0.1.0 |
created_at | 2025-04-26 22:12:22.681802+00 |
updated_at | 2025-04-26 22:12:22.681802+00 |
description | Common types for 3D geometric algebra |
homepage | |
repository | https://gitlab.com/porky11/ga3 |
max_upload_size | |
id | 1650640 |
size | 25,491 |
This crate provides common types for 3D geometric algebra in Rust.
It includes the following key types:
Vector
)Bivector
)Rotor
)The crate aims to offer a concise and efficient implementation of 3D geometric algebra, making it suitable for use in game development, mathematical applications, and other domains that require geometric algebra.
data-stream
crate (enabled by the data-stream
feature)token-parser
crate (enabled by the parsable
feature)