OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
ssplayer_macro.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  spritestudio6
 

Macros

#define SPRITESTUDIO6SDK_foreach(T, c, i)
 

Functions

template<typename T>
double spritestudio6::RadianToDegree (T Radian)
 
template<typename T>
double spritestudio6::DegreeToRadian (T Degree)
 

Variables

constexpr auto spritestudio6::__PI__ = (3.14159265358979323846f)
 

Macro Definition Documentation

◆ SPRITESTUDIO6SDK_foreach

#define SPRITESTUDIO6SDK_foreach ( T,
c,
i )
Value:
for(T::iterator i = c.begin(); i!=c.end(); ++i)