GOAT (Geometrical optics application tool) 0.1
Loading...
Searching...
No Matches
ellipsoid.h File Reference
#include <complex>
#include "vector.h"
#include "matrix.h"
#include "objectshape.h"
#include <iostream>
#include <fstream>

Go to the source code of this file.

Classes

class  GOAT::raytracing::Ellipsoid
 This class represents an ellipsoid This class represents an ellipsoid, defined by its half axis a, b and c according to the formula: \(\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1\). 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.