pub trait Targeted<T: Target> { // Required method fn target(&self) -> Option<(T, f64)>; }
The shape that could be put inside the specified bound.
Returns target shape and the brightness.
Brightness is used to compute ray attraction probability during the importance sampling process.