Blender  V2.93
Classes | Macros | Typedefs | Functions | Variables
sobol.cpp File Reference
#include "util/util_types.h"
#include "render/sobol.h"

Go to the source code of this file.

Classes

struct  SobolDirectionNumbers
 

Macros

#define SOBOL_MAX_NUMBER   32
 

Typedefs

typedef struct SobolDirectionNumbers SobolDirectionNumbers
 

Functions

void sobol_generate_direction_vectors (uint vectors[][SOBOL_BITS], int dimensions)
 

Variables

static const SobolDirectionNumbers SOBOL_NUMBERS [SOBOL_MAX_DIMENSIONS - 1]
 

Macro Definition Documentation

◆ SOBOL_MAX_NUMBER

#define SOBOL_MAX_NUMBER   32

Definition at line 54 of file sobol.cpp.

Typedef Documentation

◆ SobolDirectionNumbers

Function Documentation

◆ sobol_generate_direction_vectors()

void sobol_generate_direction_vectors ( uint  vectors[][SOBOL_BITS],
int  dimensions 
)

Variable Documentation

◆ SOBOL_NUMBERS

const SobolDirectionNumbers SOBOL_NUMBERS[SOBOL_MAX_DIMENSIONS - 1]
static

Definition at line 65 of file sobol.cpp.

Referenced by sobol_generate_direction_vectors().