FlowEngine 8.011
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::Triangle Struct Reference

#include <CommonDef.h>

Public Attributes

Index idx0 = 0
 
Index idx1 = 0
 
Index idx2 = 0
 

Detailed Description

a triangle. Holds 3 indexes to points. Triangles are specified in counter-clockwise order

Member Data Documentation

◆ idx0

Index FlowEngine::Triangle::idx0 = 0

the first index

◆ idx1

Index FlowEngine::Triangle::idx1 = 0

the second index

◆ idx2

Index FlowEngine::Triangle::idx2 = 0

the third index