MAV'RIC
|
center(void) const | raytracing::Plane | |
intersect(const Ray &ray, Intersection &intersection) | raytracing::Plane | [virtual] |
normal(void) const | raytracing::Plane | |
Plane(Vector3f center=Vector3f{0.0f, 0.0f, 0.0f}, Vector3f normal=Vector3f{1.0f, 0.0f, 0.0f}) | raytracing::Plane | |
set_center(Vector3f center) | raytracing::Plane | |
set_normal(Vector3f normal) | raytracing::Plane |