Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::GridIndexPoints::Entry_t Struct Reference

Singly linked data chunk for GridIndexPoints. More...

Collaboration diagram for Burger::GridIndexPoints::Entry_t:
Collaboration graph
[legend]

Public Attributes

Vector2D_t m_Point
 X,Y coordinate of the grid location.
 
Entry_tm_pNext
 Pointer to the next item at this location.
 
uint_t m_uValue
 Value at this location.
 

Detailed Description

Singly linked data chunk for GridIndexPoints.


This is a single entry in the grid managed by GridIndexPoints

See also
GridIndexPoints

Member Data Documentation

◆ m_pNext

Entry_t* Burger::GridIndexPoints::Entry_t::m_pNext

Pointer to the next item at this location.

◆ m_Point

Vector2D_t Burger::GridIndexPoints::Entry_t::m_Point

X,Y coordinate of the grid location.

◆ m_uValue

uint_t Burger::GridIndexPoints::Entry_t::m_uValue

Value at this location.