vanrijn/src
Matthew Gordon 6e3a5dd1d8 Replace Aggregate with Primitive and stub Primitive::transform()
All the implemntations of transform are just todo!()
2025-03-29 15:39:02 -03:00
..
colour Minor changes suggested by clippy 2025-03-28 22:14:10 -03:00
integrators Make vector and matrix classes parameterized by float type 2025-03-28 22:14:03 -03:00
materials Make vector and matrix classes parameterized by float type 2025-03-28 22:14:03 -03:00
math Add Affine3 struct 2025-03-29 15:37:06 -03:00
random_distributions Make vector and matrix classes parameterized by float type 2025-03-28 22:14:03 -03:00
raycasting Replace Aggregate with Primitive and stub Primitive::transform() 2025-03-29 15:39:02 -03:00
util Minor changes suggested by clippy 2025-03-28 22:14:10 -03:00
accumulation_buffer.rs Fix floating-point precision issue in accumulation_buffer 2025-03-21 20:52:23 -03:00
camera.rs Fix unit test in camera 2025-03-28 22:14:10 -03:00
image.rs Minor changes suggested by clippy 2025-03-28 22:14:10 -03:00
lib.rs Add UniformSquare random distribution 2021-10-03 09:59:06 -04:00
main.rs Replace Aggregate with Primitive and stub Primitive::transform() 2025-03-29 15:39:02 -03:00
mesh.rs Minor changes suggested by clippy 2025-03-28 22:14:10 -03:00
realtype.rs Change a bunch of generics that used with RealType to just use f64 2020-08-18 23:12:28 -04:00
sampler.rs Numerous small changes suggested by clippy 2021-10-08 09:23:16 -04:00
scene.rs Replace Aggregate with Primitive and stub Primitive::transform() 2025-03-29 15:39:02 -03:00