GOAT (Geometrical optics application tool) 0.1
Loading...
Searching...
No Matches
box.h File Reference
#include "objectshape.h"
#include <iostream>

Go to the source code of this file.

Classes

class  GOAT::raytracing::Box
 class which represents a box (cuboid). It is derived by class ObjectShape This class is mainly used for the octree calculation, but can also be used for general purposes More...

Namespaces

namespace  GOAT
 This class is used for the iray class. This class is intended for internal use only. It defines a plane, defined by a central position and two directional vectors.
namespace  GOAT::raytracing
 Raytracer used for ultrashort pulse calculation with raytracing only.

Functions

std::ostream & GOAT::raytracing::operator<< (std::ostream &os, Box B)
 output operator for the Box class