RayX
rayx is a small Rust ray intersection library using Baldwin-Weber's Fast Ray-Triangle Intersections by Coordinate Transformation (JCGT 2016).
Usage
Install rayx with
Example:
use ;
let tri = new.unwrap;
let ray = new;
let hit = tri.intersect.unwrap;
assert!;
assert!;
assert!;