|
Raytracer
|
This is the complete list of members for Raytracer::Shapes::Plane, including all inherited members.
| boundingBox() const override | Raytracer::Shapes::Plane | virtual |
| hit(const Core::Ray &ray, Utils::Interval interval, Core::Payload &payload) const override | Raytracer::Shapes::Plane | virtual |
| Plane(const Utils::Point3 &point, const Utils::Vec3 &normal, std::shared_ptr< Interfaces::IMaterial > material) | Raytracer::Shapes::Plane | |
| ~IHittable()=default (defined in Raytracer::Interfaces::IHittable) | Raytracer::Interfaces::IHittable | virtual |