https://github.com/servo/euclid
Geometry primitives (basic linear algebra) for Rust
https://github.com/servo/euclid
Last synced: about 1 year ago
JSON representation
Geometry primitives (basic linear algebra) for Rust
- Host: GitHub
- URL: https://github.com/servo/euclid
- Owner: servo
- License: other
- Created: 2012-06-08T01:23:25.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T05:37:05.000Z (over 1 year ago)
- Last Synced: 2025-02-19T06:23:36.608Z (over 1 year ago)
- Language: Rust
- Size: 1.65 MB
- Stars: 465
- Watchers: 27
- Forks: 104
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# euclid
This is a small library for geometric types with a focus on 2d graphics and
layout.
* [Documentation](https://docs.rs/euclid/)
* [Release notes](https://github.com/servo/euclid/releases)
* [crates.io](https://crates.io/crates/euclid)