pub fn view_factor_scalar(
    area_b: Float,
    angle_at_a: Float,
    angle_at_b: Float,
    distance_a2b: Float
) -> Float
Expand description

Compute the view factor between a Face A and a Face B from the variables of the equation. See view_factor() for more info.