#include "PointLight.h" PointLight::PointLight(const Vector & position, const Color & color) : Light(position, color) { }