SphericalHarmonicCoefficients Constructor (Int32, Int32) |
Initializes a new instance according to the provided parameters.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic SphericalHarmonicCoefficients(
int degree,
int order
)
Public Sub New (
degree As Integer,
order As Integer
)
public:
SphericalHarmonicCoefficients(
int degree,
int order
)
new :
degree : int *
order : int -> SphericalHarmonicCoefficients
Parameters
- degree
- Type: SystemInt32
The degree of the coefficient set. - order
- Type: SystemInt32
The order of the coefficient set.
See Also