Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Blend2D< Class T > Class Reference

Private Member Functions

void Blend2D ()
 Create new blend structure.
Blend (float posX, float posY)
void Clear ()
 Empty the blend structure.
void Insert (float posX, float posY, T value)
 Insert new value at coordinate [posX, posY].

Private Attributes

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

Detailed Description

Definition at line 5 of file blend2d.c.

Constructor & Destructor Documentation

◆ Blend2D()

void Blend2D ( )
inlineprivate

Create new blend structure.

Definition at line 15 of file blend2d.c.

References m_Positions, m_Values, and m_Weights.

Member Function Documentation

◆ Blend()

T Blend ( float posX,
float posY )
inlineprivate

Definition at line 48 of file blend2d.c.

References Math3D::BlendCartesian(), m_Positions, m_Values, m_Weights, and Vector().

◆ Clear()

void Clear ( )
inlineprivate

Empty the blend structure.

Definition at line 37 of file blend2d.c.

References m_Positions, m_Values, and m_Weights.

◆ Insert()

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

Insert new value at coordinate [posX, posY].

Definition at line 26 of file blend2d.c.

References m_Positions, m_Values, m_Weights, and Vector().

Field Documentation

◆ m_Positions

ref array<vector> m_Positions
private

Definition at line 7 of file blend2d.c.

Referenced by Blend2D(), Blend(), Clear(), and Insert().

◆ m_Values

ref array<T> m_Values
private

Definition at line 8 of file blend2d.c.

Referenced by Blend2D(), Blend(), Clear(), and Insert().

◆ m_Weights

ref array<float> m_Weights
private

Definition at line 9 of file blend2d.c.

Referenced by Blend2D(), Blend(), Clear(), and Insert().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/tools/blend2d.c