[−][src]Trait libraymarcher::Color
Any type implementing this will be able to be used as an input/output type to the raymarcher
Any T: Color must be a vector field:
- f64 * T -> T
- T + T -> T
Any type implementing this will be able to be used as an input/output type to the raymarcher
Any T: Color must be a vector field:
fn white() -> Self
impl Color for f64
[src]