pub fn light_source_to_eulumdat(source: &LightSourceData) -> Option<Eulumdat>Expand description
Convert a LightSourceData (from IFC goniometric extraction) to an Eulumdat struct.
Returns None if the source has no distribution data or no distribution planes.