ESyS-Particle  4.0.1
Public Member Functions | Protected Member Functions | Protected Attributes
Line Class Reference

Class representing a line. More...

#include <Line.h>

Inheritance diagram for Line:
Inheritance graph
[legend]
Collaboration diagram for Line:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Class representing a line.

Author:
Steffen Abe

Constructor & Destructor Documentation

Line::Line ( )
protected

protected empty constructor -> for use by derived classes (i.e. LineSegment) only


The documentation for this class was generated from the following files: