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

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

#include <CommonDef.h>

Public Attributes

Index idx0
 the first index
 
Index idx1
 the second index
 
Index idx2
 the third index
 

Detailed Description

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

Member Data Documentation

◆ idx0

Index FlowEngine::Triangle::idx0

the first index

◆ idx1

Index FlowEngine::Triangle::idx1

the second index

◆ idx2

Index FlowEngine::Triangle::idx2

the third index