clay 0.1.2

Fast, modular and extendable ray tracer powered by OpenCL
Documentation
1
2
3
4
use crate::map::*;

/// Affine transformation.
pub type Affine = Chain<Linear, Shift>;