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

Description

Definition at line 81 of file Math.hh.

Public Attributes

u64 base
 
s64 dec
 

Member Data Documentation

◆ base

u64 EGG::Mathf::BaseAndDec::base

Definition at line 82 of file Math.hh.

◆ dec

s64 EGG::Mathf::BaseAndDec::dec

Definition at line 83 of file Math.hh.