#include "SimpleDefs.h"
Include dependency graph for SHarmonics.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | realTrans (t_data *, int &xMax, int &yMax, int &zMax, t_data *Yarray[10]) |
void | realLight (t_data sphy[], t_data lv[3]) |
void | shade (t_data lv[3], float *&pic) |
|
Definition at line 266 of file SHarmonics.cpp. References M_PI, pow(), and t_data. Referenced by vu1112117::updateShLight(). |
Here is the call graph for this function:
|
Let's compute the exact gradient, using Fourier Transform. Let's transform the volume to frequency domain first. Definition at line 28 of file SHarmonics.cpp. References ANGLE_TOL, FVR_NS::computeGradient(), FVR_NS::destroyTransform3D(), vuVector::dot, downsample, dword, indexOf(), SpecFVRNS::initTransform3D(), M_PI, vuVector::norm(), vuVector::print(), SpecFVRNS::shift3D(), t_data, and SpecFVRNS::transform3D(). Referenced by vu1112117::preprocess(). |
Here is the call graph for this function:
|
|