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

Description

Definition at line 11 of file MapdataCannonPoint.hh.

Classes

struct  SData
 

Public Member Functions

 MapdataCannonPoint (const SData *data)
 
void read (EGG::Stream &stream)
 
Getters
const EGG::Vector3fpos () const
 
const EGG::Vector3frot () const
 
u16 id () const
 
s16 parameterIdx () const
 

Private Attributes

const SDatam_rawData
 
EGG::Vector3f m_pos
 
EGG::Vector3f m_rot
 
u16 m_id
 
s16 m_parameterIdx
 

Constructor & Destructor Documentation

◆ MapdataCannonPoint()

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

Definition at line 7 of file MapdataCannonPoint.cc.

Member Function Documentation

◆ id()

u16 System::MapdataCannonPoint::id ( ) const
inline

Definition at line 32 of file MapdataCannonPoint.hh.

◆ parameterIdx()

s16 System::MapdataCannonPoint::parameterIdx ( ) const
inline

Definition at line 36 of file MapdataCannonPoint.hh.

◆ pos()

const EGG::Vector3f & System::MapdataCannonPoint::pos ( ) const
inline

Definition at line 24 of file MapdataCannonPoint.hh.

◆ read()

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

Definition at line 12 of file MapdataCannonPoint.cc.

◆ rot()

const EGG::Vector3f & System::MapdataCannonPoint::rot ( ) const
inline

Definition at line 28 of file MapdataCannonPoint.hh.

Member Data Documentation

◆ m_id

u16 System::MapdataCannonPoint::m_id
private

Definition at line 45 of file MapdataCannonPoint.hh.

◆ m_parameterIdx

s16 System::MapdataCannonPoint::m_parameterIdx
private

Index into the table of cannon properties. Used to determine speed, height, and decel

Definition at line 46 of file MapdataCannonPoint.hh.

◆ m_pos

EGG::Vector3f System::MapdataCannonPoint::m_pos
private

Definition at line 43 of file MapdataCannonPoint.hh.

◆ m_rawData

const SData* System::MapdataCannonPoint::m_rawData
private

Definition at line 42 of file MapdataCannonPoint.hh.

◆ m_rot

EGG::Vector3f System::MapdataCannonPoint::m_rot
private

Definition at line 44 of file MapdataCannonPoint.hh.