This is the complete list of members for RayTracer::PointLight, including all inherited members.
| _intensity | RayTracer::PointLight | private |
| _position | RayTracer::PointLight | private |
| getPosition() const | RayTracer::PointLight | |
| illuminate(const Ray &ray, const IPrimitive &object, const Math::Point3D &point) const override | RayTracer::PointLight | virtual |
| PointLight(const Math::Point3D &pos, float intensity) | RayTracer::PointLight | |
| ~ILight()=default | RayTracer::ILight | virtual |