Declared in SphericalHarmonicsModel
Declaration
bool Initialise(
string filePath,
int degree
);Description
Initialises the spherical harmonics based on the file path that is provided. This will ensure all of the array and maths are initialised correctly.
Parameters
| Name | Description |
|---|---|
| filePath | The full file path to the data for the harmonics model |
| degree | The degree of harmonics that is used by this model |