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.

Static Public Member Functions

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

Member Function Documentation

◆ abs()

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.