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

Description

Definition at line 80 of file Math.hh.

Public Attributes

int base
 
int dec
 

Member Data Documentation

◆ base

int EGG::Mathf::BaseAndDec::base

Definition at line 81 of file Math.hh.

◆ dec

int EGG::Mathf::BaseAndDec::dec

Definition at line 82 of file Math.hh.