differt2d.defaults module

Default values.

DEFAULT_ALPHA: float = 100.0

Default value for alpha parameter in activation.

DEFAULT_PATCH: float = 0.0

Default patch value applied to Interactable.intersects_cartesian.

DEFAULT_R_COEF: float = 0.5

Default value for real reflection coefficient.

DEFAULT_HEIGHT: float = 0.1

Default TX antenna height, used to avoid division by zero when computing received_power.

Warning

This parameter is only used as a numerical artifact to avoid division by zero, and should be set to a small value in practice.