Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JMath::TAsinAcosTable< N, T > Struct Template Reference

#include <JMATrigonometric.h>

Public Member Functions

 TAsinAcosTable ()
 
void init ()
 
T acos_ (T x) const
 
T acosDegree (T x) const
 

Public Attributes

T table [N+1]
 
u8 pad [0x1C]
 

Constructor & Destructor Documentation

◆ TAsinAcosTable()

template<int N, typename T >
JMath::TAsinAcosTable< N, T >::TAsinAcosTable ( )
inline

Member Function Documentation

◆ acos_()

template<int N, typename T >
T JMath::TAsinAcosTable< N, T >::acos_ ( T x) const
inline

◆ acosDegree()

template<int N, typename T >
T JMath::TAsinAcosTable< N, T >::acosDegree ( T x) const
inline

◆ init()

template<int N, typename T >
void JMath::TAsinAcosTable< N, T >::init ( )
inline

Member Data Documentation

◆ pad

template<int N, typename T >
u8 JMath::TAsinAcosTable< N, T >::pad[0x1C]

◆ table

template<int N, typename T >
T JMath::TAsinAcosTable< N, T >::table[N+1]

The documentation for this struct was generated from the following file: