transformations 0.0.1

Homogeneous Transformation Matrices and Quaternions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "transformations"
version = "0.0.1"
edition = "2021"
readme = "readme.md"
description = "Homogeneous Transformation Matrices and Quaternions"

homepage = "https://github.com/hashb/transformations"
repository = "https://github.com/hashb/transformations"
documentation = "https://docs.rs/transformations"

license-file = "LICENSE"
categories = ["graphics", "computer-vision", "science::robotics"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]