pub trait GetColor { // Required method fn get_color(&self, uv: Vector2D) -> Color; }
Trait that associates a Color with each point on a parametric surface (u,v).
Color
(u,v)