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

Description

Definition at line 96 of file Math.hh.

Public Attributes

u64 base
 
s64 dec
 

Member Data Documentation

◆ base

u64 EGG::Mathf::BaseAndDec64::base

Definition at line 97 of file Math.hh.

◆ dec

s64 EGG::Mathf::BaseAndDec64::dec

Definition at line 98 of file Math.hh.