A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
System::MapdataGeoObj Class Reference

Description

Definition at line 9 of file MapdataGeoObj.hh.

Classes

struct  SData
 

Public Member Functions

 MapdataGeoObj (const SData *data)
 
void read (EGG::Stream &stream)
 
Getters
u16 id () const
 
const EGG::Vector3fpos () const
 
const EGG::Vector3frot () const
 
const EGG::Vector3fscale () const
 
s16 pathId () const
 
u16 setting (size_t idx) const
 
u16 presenceFlag () const
 

Private Attributes

const SDatam_rawData
 
u16 m_id
 
EGG::Vector3f m_pos
 
EGG::Vector3f m_rot
 
EGG::Vector3f m_scale
 
s16 m_pathId
 
std::array< u16, 8 > m_settings
 
u16 m_presenceFlag
 

Constructor & Destructor Documentation

◆ MapdataGeoObj()

System::MapdataGeoObj::MapdataGeoObj ( const SData * data)

Definition at line 5 of file MapdataGeoObj.cc.

Member Function Documentation

◆ id()

u16 System::MapdataGeoObj::id ( ) const
inlinenodiscard

Definition at line 25 of file MapdataGeoObj.hh.

◆ pathId()

s16 System::MapdataGeoObj::pathId ( ) const
inlinenodiscard

Definition at line 41 of file MapdataGeoObj.hh.

◆ pos()

const EGG::Vector3f & System::MapdataGeoObj::pos ( ) const
inlinenodiscard

Definition at line 29 of file MapdataGeoObj.hh.

◆ presenceFlag()

u16 System::MapdataGeoObj::presenceFlag ( ) const
inlinenodiscard

Definition at line 50 of file MapdataGeoObj.hh.

◆ read()

void System::MapdataGeoObj::read ( EGG::Stream & stream)

Definition at line 10 of file MapdataGeoObj.cc.

◆ rot()

const EGG::Vector3f & System::MapdataGeoObj::rot ( ) const
inlinenodiscard

Definition at line 33 of file MapdataGeoObj.hh.

◆ scale()

const EGG::Vector3f & System::MapdataGeoObj::scale ( ) const
inlinenodiscard

Definition at line 37 of file MapdataGeoObj.hh.

◆ setting()

u16 System::MapdataGeoObj::setting ( size_t idx) const
inlinenodiscard

Definition at line 45 of file MapdataGeoObj.hh.

Member Data Documentation

◆ m_id

u16 System::MapdataGeoObj::m_id
private

Definition at line 57 of file MapdataGeoObj.hh.

◆ m_pathId

s16 System::MapdataGeoObj::m_pathId
private

Definition at line 61 of file MapdataGeoObj.hh.

◆ m_pos

EGG::Vector3f System::MapdataGeoObj::m_pos
private

Definition at line 58 of file MapdataGeoObj.hh.

◆ m_presenceFlag

u16 System::MapdataGeoObj::m_presenceFlag
private

Definition at line 63 of file MapdataGeoObj.hh.

◆ m_rawData

const SData* System::MapdataGeoObj::m_rawData
private

Definition at line 56 of file MapdataGeoObj.hh.

◆ m_rot

EGG::Vector3f System::MapdataGeoObj::m_rot
private

Definition at line 59 of file MapdataGeoObj.hh.

◆ m_scale

EGG::Vector3f System::MapdataGeoObj::m_scale
private

Definition at line 60 of file MapdataGeoObj.hh.

◆ m_settings

std::array<u16, 8> System::MapdataGeoObj::m_settings
private

Definition at line 62 of file MapdataGeoObj.hh.