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

Go to the source code of this file.

Classes

class  GOAT::raytracing::Plane

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.

Variables

const Plane GOAT::raytracing::Exy = Plane(maths::Vector<double>(0.0, 0.0, 0.0), maths::ex, maths::ey)
const Plane GOAT::raytracing::Exz = Plane(maths::Vector<double>(0.0, 0.0, 0.0), maths::ex, maths::ez)