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: 24.2.419.0 (24.2.419.0)
Syntax public 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