SphericalHarmonics.Dot Method ()

Computes the dot product of two spherical harmonic (SH) vectors.

Overload List

public static float Dot(int, GraphicsStream, GraphicsStream);
public static float Dot(int, float[], float[]);

Remarks

Each coefficient of the basis function Ylm is stored at location l2 + m + l, where:

  • l is the degree of the basis function.
  • m is the basis function index for the given l value and ranges from -l to l, inclusive.
Show: