#include <edge.h>
List of all members.
Public Member Functions |
| Edge (Vec3_t const *X0, Vec3_t const *X1) |
| Xi: endpoints of edge.
|
| Edge (Vec3_t const &X0, Vec3_t const &X1) |
| Xi: endpoints of edge.
|
void | UpdatedL () |
void | Draw (std::ostream &os, double Radius=1.0, char const *Color="Blue", bool BPY=false) |
Public Attributes |
Vec3_t const * | X0 |
| Left endpoint.
|
Vec3_t const * | X1 |
| Right endpoint.
|
Vec3_t | dL |
| Delta(X) = X1 - X0. difference Vector.
|
Constructor & Destructor Documentation
Member Function Documentation
void Edge::Draw |
( |
std::ostream & |
os, |
|
|
double |
Radius = 1.0 , |
|
|
char const * |
Color = "Blue" , |
|
|
bool |
BPY = false |
|
) |
| [inline] |
Member Data Documentation
Delta(X) = X1 - X0. difference Vector.
The documentation for this class was generated from the following file:
- /home/dorival/mechsys/lib/dem/edge.h