HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_BRJ.h File Reference
#include "UT_API.h"
#include <SYS/SYS_Types.h>
#include "UT_Vector2.h"
#include "UT_Vector3.h"
#include "UT_UniquePtr.h"
+ Include dependency graph for UT_BRJ.h:

Go to the source code of this file.

Classes

class  ut_BRJNoiseVector< DIM, T >
 
class  UT_BRJ< DIM >
 

Functions

SYS_FORCE_INLINE float UTbrjF (uint seed, int index)
 
SYS_FORCE_INLINE UT_Vector2F UTbrjV2 (uint seed, int index)
 
SYS_FORCE_INLINE UT_Vector3F UTbrjV3 (uint seed, int index)
 

Function Documentation

SYS_FORCE_INLINE float UTbrjF ( uint  seed,
int  index 
)

Definition at line 101 of file UT_BRJ.h.

SYS_FORCE_INLINE UT_Vector2F UTbrjV2 ( uint  seed,
int  index 
)

Definition at line 109 of file UT_BRJ.h.

SYS_FORCE_INLINE UT_Vector3F UTbrjV3 ( uint  seed,
int  index 
)

Definition at line 119 of file UT_BRJ.h.