#include "square.h"#include "common/math/point3.h"#include "common/math/real.h"#include "common/math/vector3.h"#include "context.h"#include "hit.h"#include "isurfaceshader.h"#include "ray.h"#include "scene.h"#include "settings.h"#include "statistics.h"#include "utilities.h"#include <cmath>Go to the source code of this file.
1.3.6