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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Efficient computation of single precision geometric data
License
ScanMountGoat/geometry_tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Efficient computation of single precision geometric data
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published