Nebula
Loading...
Searching...
No Matches
byteorder.h File Reference
#include "core/types.h"
#include "math/vec4.h"
#include "math/mat4.h"

Go to the source code of this file.

Classes

class  System::ByteOrder
 Provides information and methods to help with byte ordering issues. More...
 
union  System::ByteOrder::PunFloatUL
 
union  System::ByteOrder::PunDoubleULL
 

Namespaces

namespace  System
 

Functions

template<>
__forceinline void System::ByteOrder::ConvertInPlace< Math::vec4 > (Type fromByteOrder, Type toByteOrder, Math::vec4 &val)
 
template<>
__forceinline void System::ByteOrder::ConvertInPlace< Math::vec4 > (Math::vec4 &val) const
 
template<>
__forceinline void System::ByteOrder::ConvertInPlace< Math::mat4 > (Type fromByteOrder, Type toByteOrder, Math::mat4 &val)
 
template<>
__forceinline void System::ByteOrder::ConvertInPlace< Math::mat4 > (Math::mat4 &val) const