|
Fermat
|
#include <bpt_utils.h>
Public Methods | |
| FERMAT_HOST_DEVICE | PathWeights (const float _pGp_sum, const float _pG) |
| FERMAT_HOST_DEVICE | PathWeights (const float2 f) |
| FERMAT_HOST_DEVICE | operator float2 () const |
Public Members | |
| union { | |
| float2 vector_storage | |
| struct { | |
| float pGp_sum | |
| float pG | |
| } | |
| }; | |
1.8.13