Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 1.75 KB

File metadata and controls

89 lines (52 loc) · 1.75 KB

mapnode_t

Home · Source file

mapnode_t

struct mapnode_t

Describes mapnode geometry or asset data used by the Doom shared system.

View source

Members

bbox

bbox

Stores bbox for mapnode_t

View source

children

children

Stores children for mapnode_t

View source

dx

dx

Horizontal direction or extent stored by mapnode_t

View source

dy

dy

Vertical direction or extent stored by mapnode_t

View source

x

x

Horizontal map- or screen-space coordinate stored by mapnode_t

View source

y

y

Vertical map- or screen-space coordinate stored by mapnode_t

View source