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

#include <CommonDef.h>

Public Attributes

float u = 0
 
float v = 0
 

Detailed Description

a texture coordinate Holds a couple of floats representing texture coordinates

Member Data Documentation

◆ u

float FlowEngine::TexCoords::u = 0

the u component

◆ v

float FlowEngine::TexCoords::v = 0

the v component