compute_legendre_polynomial
compute_legendre_polynomial(l, m, x) ⇒ number
Computes associated Legendre Polynomial P(l,m,x) at x Useful in Spherical Harmonics coefficient computation
Kind: global function
Param | Type | Description |
---|---|---|
l | number | band |
m | number | |
x | number | must be between 0 and 1 |