open_iA  2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | Public Attributes | List of all members
iAtriangle Struct Reference

Class representing triangle in 3d space, containing all parameters needed for triangle description. More...

#include <iADreamCasterCommon.h>

Collaboration diagram for iAtriangle:

Public Member Functions

 iAtriangle ()
 
 iAtriangle (iAVec3f *a_V1, iAVec3f *a_V2, iAVec3f *a_V3)
 

Public Attributes

iAVec3f N
 
iAVec3fvertices [3]
 

Detailed Description

Class representing triangle in 3d space, containing all parameters needed for triangle description.

Constructor & Destructor Documentation

◆ iAtriangle() [1/2]

iAtriangle::iAtriangle ( iAVec3f a_V1,
iAVec3f a_V2,
iAVec3f a_V3 
)
inline

◆ iAtriangle() [2/2]

iAtriangle::iAtriangle ( )
inline

Member Data Documentation

◆ N

iAVec3f iAtriangle::N

◆ vertices

iAVec3f* iAtriangle::vertices[3]

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