Volume Renderer DoF
PolygonIntersection::Edge Struct Reference

#include <ProxyGeometry.h>

Public Member Functions

 Edge ()
 
 Edge (QVector3D *a, QVector3D *b)
 

Public Attributes

QVector3D * a
 
QVector3D * b
 

Detailed Description

represents an edge with two points

Constructor & Destructor Documentation

◆ Edge() [1/2]

PolygonIntersection::Edge::Edge ( )
inline

◆ Edge() [2/2]

PolygonIntersection::Edge::Edge ( QVector3D *  a,
QVector3D *  b 
)
inline

Constructor

Parameters
apointer to the first point
bpointer to the second point

Member Data Documentation

◆ a

QVector3D* PolygonIntersection::Edge::a

◆ b

QVector3D* PolygonIntersection::Edge::b

The documentation for this struct was generated from the following file: