Uses of Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.ComputationSide
-
Packages that use PathFinder.ComputationSide Package Description org.noise_planet.noisemodelling.pathfinder -
-
Uses of PathFinder.ComputationSide in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return PathFinder.ComputationSide Modifier and Type Method Description static PathFinder.ComputationSidePathFinder.ComputationSide. valueOf(String name)Returns the enum constant of this type with the specified name.static PathFinder.ComputationSide[]PathFinder.ComputationSide. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type PathFinder.ComputationSide Modifier and Type Method Description CutProfilePathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side, boolean curved)Compute horizontal diffraction (diffraction of vertical edge.)
-