Raytracer
|
Public Member Functions | |
Sphere (Utils::Point3 center, double radius, std::shared_ptr< Interfaces::IMaterial > material) | |
Sphere (Utils::Point3 centerOne, Utils::Point3 centerTwo, double radius, std::shared_ptr< Interfaces::IMaterial > material) | |
GET_SET (Utils::Point3, center) | |
GET_SET (Utils::Point3, centerTwo) | |
GET_SET (double, radius) | |
GET_SET (std::shared_ptr< Interfaces::IMaterial >, material) | |
ARG_KIND (_kind) | |
Public Member Functions inherited from Raytracer::Interfaces::IArguments | |
virtual Arguments::ArgumentKind | kind () const =0 |