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

Description

Definition at line 86 of file Math.hh.

Public Member Functions

constexpr c64 (const f64 p)
 
constexpr c64 (const u64 p)
 

Public Attributes

u64 u
 
f64 f
 

Constructor & Destructor Documentation

◆ c64() [1/2]

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

Definition at line 87 of file Math.hh.

◆ c64() [2/2]

EGG::Mathf::c64::c64 ( const u64 p)
inlineconstexpr

Definition at line 91 of file Math.hh.

Member Data Documentation

◆ f

f64 EGG::Mathf::c64::f

Definition at line 96 of file Math.hh.

◆ u

u64 EGG::Mathf::c64::u

Definition at line 95 of file Math.hh.