FP lookup table. Used internally by trigonometric and square root functions.
More...
|
static void | GenerateTables (string directoryPath) |
| Generate lookup tables in directoryPath . More...
|
|
static void | Init (LutProvider lutProvider) |
| Initialize LUT using lutProvider . The provider needs to be able to load following paths: More...
|
|
static void | Init (string directoryPath) |
| Initialize LUT from directory directoryPath . The directory needs to have following files: More...
|
|
FP lookup table. Used internally by trigonometric and square root functions.
◆ Init() [1/2]
static void Photon.Deterministic.FPLut.Init |
( |
string |
directoryPath | ) |
|
|
inlinestatic |
Initialize LUT from directory directoryPath . The directory needs to have following files:
- FPSin.bytes
- FPCos.bytes
- FPTan.bytes
- FPAsin.bytes
- FPAcos.bytes
- FPAtan.bytes
- FPSqrt.bytes
- Parameters
-
◆ Init() [2/2]
static void Photon.Deterministic.FPLut.Init |
( |
LutProvider |
lutProvider | ) |
|
|
inlinestatic |
Initialize LUT using lutProvider . The provider needs to be able to load following paths:
- FPSin
- FPCos
- FPTan
- FPAsin
- FPAcos
- FPAtan
- FPSqrt
- Parameters
-
◆ GenerateTables()
static void Photon.Deterministic.FPLut.GenerateTables |
( |
string |
directoryPath | ) |
|
|
inlinestatic |
Generate lookup tables in directoryPath .
- Parameters
-