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

#include <MapdataJugemPoint.hh>

Description

This class represents the course's respawn positions.

Definition at line 10 of file MapdataJugemPoint.hh.

Classes

struct  SData
 

Public Member Functions

 MapdataJugemPoint (const SData *data)
 
void read (EGG::Stream &stream)
 
Getters
const EGG::Vector3fpos () const
 
const EGG::Vector3frot () const
 

Private Attributes

const SDatam_rawData
 
EGG::Vector3f m_pos
 
EGG::Vector3f m_rot
 

Constructor & Destructor Documentation

◆ MapdataJugemPoint()

System::MapdataJugemPoint::MapdataJugemPoint ( const SData * data)
0x805183A8

Definition at line 8 of file MapdataJugemPoint.cc.

Member Function Documentation

◆ pos()

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

Definition at line 23 of file MapdataJugemPoint.hh.

◆ read()

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

Definition at line 13 of file MapdataJugemPoint.cc.

◆ rot()

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

Definition at line 27 of file MapdataJugemPoint.hh.

Member Data Documentation

◆ m_pos

EGG::Vector3f System::MapdataJugemPoint::m_pos
private

Definition at line 34 of file MapdataJugemPoint.hh.

◆ m_rawData

const SData* System::MapdataJugemPoint::m_rawData
private

Definition at line 33 of file MapdataJugemPoint.hh.

◆ m_rot

EGG::Vector3f System::MapdataJugemPoint::m_rot
private

Definition at line 35 of file MapdataJugemPoint.hh.