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

Description

Definition at line 85 of file Math.hh.

Public Member Functions

 c64 (const f64 p)
 
u64 _hex () const
 

Public Attributes

u64 u
 
f64 f
 

Constructor & Destructor Documentation

◆ c64()

EGG::Mathf::c64::c64 ( const f64 p)
inline

Definition at line 86 of file Math.hh.

Member Function Documentation

◆ _hex()

u64 EGG::Mathf::c64::_hex ( ) const
inlinenodiscard

Definition at line 90 of file Math.hh.

Member Data Documentation

◆ f

f64 EGG::Mathf::c64::f

Definition at line 95 of file Math.hh.

◆ u

u64 EGG::Mathf::c64::u

Definition at line 94 of file Math.hh.