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

Description

Definition at line 92 of file Math.hh.

Public Member Functions

constexpr c32 (const f32 p)
 
constexpr c32 (const u32 p)
 

Public Attributes

u32 u
 
f32 f
 

Constructor & Destructor Documentation

◆ c32() [1/2]

EGG::Mathf::c32::c32 ( const f32 p)
inlineconstexpr

Definition at line 93 of file Math.hh.

◆ c32() [2/2]

EGG::Mathf::c32::c32 ( const u32 p)
inlineconstexpr

Definition at line 97 of file Math.hh.

Member Data Documentation

◆ f

f32 EGG::Mathf::c32::f

Definition at line 102 of file Math.hh.

◆ u

u32 EGG::Mathf::c32::u

Definition at line 101 of file Math.hh.