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
| Name | Description |
|---|---|
| source | The radiation source to override direction for. |
| sourceDirection_B | Source direction vector in body frame (toward the source). |
| panelNormal_B | Panel normal vector in body frame (outward from panel surface). |