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

Description

Definition at line 11 of file MapdataStartPoint.hh.

Public Attributes

EGG::Vector3f pos
 
EGG::Vector3f rot
 
s16 playerIndex
 

Member Data Documentation

◆ playerIndex

s16 System::MapdataStartPoint::SData::playerIndex

Definition at line 15 of file MapdataStartPoint.hh.

◆ pos

EGG::Vector3f System::MapdataStartPoint::SData::pos

Definition at line 12 of file MapdataStartPoint.hh.

◆ rot

EGG::Vector3f System::MapdataStartPoint::SData::rot

Definition at line 13 of file MapdataStartPoint.hh.