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

Description

Definition at line 9 of file MapdataStartPoint.hh.

Classes

struct  SData
 

Public Member Functions

 MapdataStartPoint (const SData *data)
 
void read (EGG::Stream &stream)
 
void findKartStartPoint (EGG::Vector3f &pos, EGG::Vector3f &angles, u8 placement, u8 playerCount)
 

Private Attributes

const SDatam_rawData
 
EGG::Vector3f m_position
 
EGG::Vector3f m_rotation
 
s16 m_playerIndex
 

Constructor & Destructor Documentation

◆ MapdataStartPoint()

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

Definition at line 42 of file MapdataStartPoint.cc.

Member Function Documentation

◆ findKartStartPoint()

void System::MapdataStartPoint::findKartStartPoint ( EGG::Vector3f & pos,
EGG::Vector3f & angles,
u8 placement,
u8 playerCount )
0x80514368
Note
vabold: Chances are these variables are never getting good names. Good luck!

Definition at line 59 of file MapdataStartPoint.cc.

◆ read()

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

Definition at line 47 of file MapdataStartPoint.cc.

Member Data Documentation

◆ m_playerIndex

s16 System::MapdataStartPoint::m_playerIndex
private

Definition at line 28 of file MapdataStartPoint.hh.

◆ m_position

EGG::Vector3f System::MapdataStartPoint::m_position
private

Definition at line 26 of file MapdataStartPoint.hh.

◆ m_rawData

const SData* System::MapdataStartPoint::m_rawData
private

Definition at line 25 of file MapdataStartPoint.hh.

◆ m_rotation

EGG::Vector3f System::MapdataStartPoint::m_rotation
private

Definition at line 27 of file MapdataStartPoint.hh.