PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Blend2D< Class T > Class Reference

Private Member Functions

void Blend2D ()
 
void Insert (float posX, float posY, T value)
 
void Clear ()
 
Blend (float posX, float posY)
 

Private Attributes

private ref array< vectorm_Positions
 
private ref array< T > m_Values
 
private ref array< floatm_Weights
 

Constructor & Destructor Documentation

◆ Blend2D()

void Blend2D ( )
inlineprivate

Create new blend structure.

References m_Values.

Member Function Documentation

◆ Blend()

T Blend ( float  posX,
float  posY 
)
inlineprivate

◆ Clear()

void Clear ( )
inlineprivate

Empty the blend structure.

References m_Values.

◆ Insert()

void Insert ( float  posX,
float  posY,
value 
)
inlineprivate

Insert new value at coordinate [posX, posY].

References m_Values, and Vector().

Field Documentation

◆ m_Positions

private ref array<vector> m_Positions
private

◆ m_Values

private ref array<T> m_Values
private

◆ m_Weights

private ref array<float> m_Weights
private

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