geometry_tools

Crates.iogeometry_tools
lib.rsgeometry_tools
version0.6.0
sourcesrc
created_at2021-05-31 15:37:06.096884
updated_at2024-07-04 17:54:20.137345
descriptionEfficient computation of single precision geometric data
homepage
repositoryhttps://github.com/ScanMountGoat/geometry_tools
max_upload_size
id404277
size48,653
SMG (ScanMountGoat)

documentation

https://docs.rs/geometry_tools

README

geometry_tools

Latest Version docs.rs

This library provides efficient implementations for calculating normals, tangents, bitangents, and bounding data in Rust. The library depends on glam to utilize SIMD for the vector and matrix math on supported platforms. Most functions support any type that can be converted into glam::Vec3A. This allows glam::Vec3A and glam::Vec4 to have identical performance. Using glam::Vec3 will have slightly reduced performance due to conversions to aligned types.

Commit count: 47

cargo fmt