Class InfiniteAudibleArea
java.lang.Object
games.stendhal.client.sound.facade.InfiniteAudibleArea
- All Implemented Interfaces:
AudibleArea
- Author:
- silvio
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getClosestPoint(float[] result, float[] hearerPos)
float
getHearingIntensity(float[] hearerPos)
-
Constructor Details
-
InfiniteAudibleArea
public InfiniteAudibleArea()
-
-
Method Details
-
getHearingIntensity
public float getHearingIntensity(float[] hearerPos)- Specified by:
getHearingIntensity
in interfaceAudibleArea
-
getClosestPoint
public void getClosestPoint(float[] result, float[] hearerPos)- Specified by:
getClosestPoint
in interfaceAudibleArea
-