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

Description

Definition at line 39 of file KartJump.hh.

Public Attributes

f32 targetAngle
 
f32 rotAngle
 

Member Data Documentation

◆ rotAngle

f32 Kart::KartJump::AngleProperties::rotAngle

Definition at line 41 of file KartJump.hh.

◆ targetAngle

f32 Kart::KartJump::AngleProperties::targetAngle

Definition at line 40 of file KartJump.hh.