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

Description

Definition at line 87 of file Math.hh.

Public Attributes

u64 base
 
s64 dec
 

Member Data Documentation

◆ base

u64 EGG::Mathf::BaseAndDec64::base

Definition at line 88 of file Math.hh.

◆ dec

s64 EGG::Mathf::BaseAndDec64::dec

Definition at line 89 of file Math.hh.