Method GetL2
GetL2(SphericalHarmonicsL2, out Vector3, out Vector3, out Vector3, out Vector3, out Vector3)
Returns all the L2 coefficients.
Declaration
public static void GetL2(SphericalHarmonicsL2 sh, out Vector3 L2_0, out Vector3 L2_1, out Vector3 L2_2, out Vector3 L2_3, out Vector3 L2_4)
Parameters
Type | Name | Description |
---|---|---|
SphericalHarmonicsL2 | sh | The SphericalHarmonicsL2 data structure to use to query the information. |
Vector3 | L2_0 | The first coefficient for the L2 band. |
Vector3 | L2_1 | The second coefficient for the L2 band. |
Vector3 | L2_2 | The third coefficient for the L2 band. |
Vector3 | L2_3 | The fourth coefficient for the L2 band. |
Vector3 | L2_4 | The fifth coefficient for the L2 band. |