Declared in SolarExposureThermalModel
Declaration
void SetSunAngle(
Vector3 sunDirection_B,
Vector3 faceNormal_B
);Description
Sets the sun angle calculation to use user-provided vectors instead of computing from messages. Call this method when you have your own calculation of the sun-to-surface angle. Only applies when parent is not a SolarPanel (SolarPanel has its own override mechanism).
Parameters
| Name | Description |
|---|---|
| sunDirection_B | Sun direction vector in body frame (toward the sun). |
| faceNormal_B | Face normal vector in body frame (outward from exposed surface). |