Readonly
isReturns an array with the values of this spherical harmonics, or copies them into the provided array.
Optional
array: number[](optional) array to store the spherical harmonics to. If this is not provided, a new array will be created.
Optional
offset: number(optional) optional offset into the array.
The created or provided array.
Returns an array with the values of this spherical harmonics, or copies them into the provided array-like.
array-like to store the spherical harmonics to.
Optional
offset: number(optional) optional offset into the array-like.
The provided array-like.
Static
get
Default