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

Description

Definition at line 7 of file Rail.hh.

Public Attributes

f32 m_length
 
f32 m_lengthInv
 
EGG::Vector3f m_dir
 

Member Data Documentation

◆ m_dir

EGG::Vector3f Field::RailLineTransition::m_dir

Definition at line 10 of file Rail.hh.

◆ m_length

f32 Field::RailLineTransition::m_length

Definition at line 8 of file Rail.hh.

◆ m_lengthInv

f32 Field::RailLineTransition::m_lengthInv

Definition at line 9 of file Rail.hh.