ESyS-Particle
4.0.1
|
Class representing a line. More...
#include <Line.h>
Public Member Functions | |
Line (const Vec3 &, const Vec3 &) | |
Vec3 | GetU () const |
Vec3 | GetO () const |
Vec3 | GetN () const |
virtual double | sep (const Vec3 &) |
Protected Member Functions | |
Line () |
Protected Attributes | |
Vec3 | Pos |
Vec3 | U |
Vec3 | N |
Class representing a line.
|
protected |
protected empty constructor -> for use by derived classes (i.e. LineSegment) only