NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EGG::Math< T > Class Template Reference

#include <lib/egg/math/eggMath.h>

Description

template<class T>
class EGG::Math< T >
Note
Unfinished

Definition at line 8 of file eggMath.h.

Public Member Functions

float abs (float v)
 

Static Public Member Functions

static T sqrt (T v)
 
static T abs (T v)
 
static T zero ()
 

Member Function Documentation

◆ abs() [1/2]

template<class T>
static T EGG::Math< T >::abs ( T v)
inlinestatic

Definition at line 12 of file eggMath.h.

◆ zero()

template<class T>
static T EGG::Math< T >::zero ( )
inlinestatic

Definition at line 16 of file eggMath.h.

◆ abs() [2/2]

float EGG::Math< float >::abs ( float v)

Definition at line 21 of file eggMath.h.