|
Volume Renderer DoF
|
#include <ProxyGeometry.h>
Public Member Functions | |
| Edge () | |
| Edge (QVector3D *a, QVector3D *b) | |
Public Attributes | |
| QVector3D * | a |
| QVector3D * | b |
represents an edge with two points
|
inline |
|
inline |
Constructor
| a | pointer to the first point |
| b | pointer to the second point |
| QVector3D* PolygonIntersection::Edge::a |
| QVector3D* PolygonIntersection::Edge::b |