Classes | Namespaces | Defines

D:/SoftwareEntwicklung/C++/HLC/Tools/SoftPixelEngine/repository/sources/Base/spMathMD5CheckSum.hpp File Reference

#include "Base/spStandard.hpp"
#include "Base/spMath.hpp"

Go to the source code of this file.

Classes

class  sp::math::UInt128
class  sp::math::MD5CheckSum

Namespaces

namespace  sp
 

!!


namespace  sp::math
 

This namespace contains all mathematical basic functions such as sine, cosine, distance calculations etc.


Defines

#define BITWISE_OP(x)

Define Documentation

#define BITWISE_OP (   x  ) 
Value:
inline UInt128& operator x (const UInt128 &Other)   \
            {                                                   \
                High_   x Other.High_;                          \
                Low_    x Other.Low_;                           \
                return *this;                                   \
            }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines