ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
TexCoords2D Struct Reference

2D texture coordinates More...

#include <ecvAdvancedTypes.h>

Public Member Functions

 TexCoords2D ()
 
 TexCoords2D (float x, float y)
 

Public Attributes

union {
   struct {
      float   tx
 
      float   ty
 
   } 
 
   float   t [2]
 
}; 
 

Detailed Description

2D texture coordinates

Definition at line 138 of file ecvAdvancedTypes.h.

Constructor & Destructor Documentation

◆ TexCoords2D() [1/2]

TexCoords2D::TexCoords2D ( )
inline

Definition at line 139 of file ecvAdvancedTypes.h.

◆ TexCoords2D() [2/2]

TexCoords2D::TexCoords2D ( float  x,
float  y 
)
inline

Definition at line 140 of file ecvAdvancedTypes.h.

Member Data Documentation

◆ 

union { ... }

◆ t

float TexCoords2D::t[2]

Definition at line 146 of file ecvAdvancedTypes.h.

Referenced by DRCFilter::loadFile().

◆ tx

float TexCoords2D::tx

◆ ty


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