Interface AudibleArea

All Known Implementing Classes:
AudibleAreaList, AudibleCapsuleArea, AudibleCircleArea, InfiniteAudibleArea

public interface AudibleArea
Author:
silvio
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getClosestPoint​(float[] result, float[] hearerPos)
     
    float
    getHearingIntensity​(float[] hearerPos)
     
  • Method Details

    • getHearingIntensity

      float getHearingIntensity(float[] hearerPos)
    • getClosestPoint

      void getClosestPoint(float[] result, float[] hearerPos)