Declared in RadiationPanel

Declaration

void SetSourceAngle(
    RadiationSource source,
    Vector3 sourceDirection_B,
    Vector3 panelNormal_B
);

Description

Sets the source angle calculation to use user-provided vectors for a specific radiation source. Call this method when you have your own calculation of the source-to-panel angle.

Parameters

NameDescription
sourceThe radiation source to override direction for.
sourceDirection_BSource direction vector in body frame (toward the source).
panelNormal_BPanel normal vector in body frame (outward from panel surface).