differt.scene.AbstractPathSolver#

class AbstractPathSolver[source]#

Bases: Module

Base class for all path solvers and launchers.

Subclasses should define concrete values for epsilon and hit_tol.

Attributes

epsilon

Tolerance for checking ray / object intersections.

hit_tol

Tolerance for blockage checks.

Methods

Detailed documentation

epsilon: AbstractVar[float]#

Tolerance for checking ray / object intersections.

hit_tol: AbstractVar[float]#

Tolerance for blockage checks.