Uses of Enum Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.ComputationSide
Packages that use PathFinder.ComputationSide
-
Uses of PathFinder.ComputationSide in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return PathFinder.ComputationSideModifier and TypeMethodDescriptionstatic PathFinder.ComputationSideReturns the enum constant of this class with the specified name.static PathFinder.ComputationSide[]PathFinder.ComputationSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type PathFinder.ComputationSideModifier and TypeMethodDescriptionPathFinder.computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side, boolean curved) Compute horizontal diffraction (diffraction of vertical edge.)