1.3.49
 
Loading...
Searching...
No Matches
helios::PixelUVKey Class Reference

Represents a unique key for a pixel using its UV coordinates. More...

#include <global.h>

Public Member Functions

bool operator== (PixelUVKey const &o) const noexcept
 

Data Fields

std::vector< int > coords
 

Detailed Description

Represents a unique key for a pixel using its UV coordinates.

Combines the U and V coordinates of a pixel into a unique identifier, which is then used for a hash table lookup to see if these (u,v)'s have been used before for a given texture.

Definition at line 1300 of file global.h.

Member Function Documentation

◆ operator==()

bool helios::PixelUVKey::operator== ( PixelUVKey const &  o) const
inlinenoexcept

Definition at line 1302 of file global.h.

Field Documentation

◆ coords

std::vector<int> helios::PixelUVKey::coords

Definition at line 1301 of file global.h.


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