Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SphericalHarmonicCoefficients(
	int degree,
	int order
)

Parameters

degree
Type: SystemInt32
The degree of the coefficient set.
order
Type: SystemInt32
The order of the coefficient set.
See Also