Class MicrophoneCoordinates


  • public class MicrophoneCoordinates
    extends Object
    Represents coordinates of a microphone.
    • Constructor Detail

      • MicrophoneCoordinates

        public MicrophoneCoordinates​(int X,
                                     int Y,
                                     int Z)
        Creates a new object of MicrophoneCoordinates.
        Parameters:
        X - Specifies the X-coordinate of the microphone, in millimeters.
        Y - Specifies the Y-coordinate of the microphone, in millimeters.
        Z - Specifies the Z-coordinate of the microphone, in millimeters.
      • MicrophoneCoordinates

        public MicrophoneCoordinates​(MicrophoneCoordinates other)
        Creates a new object of MicrophoneCoordinates using object instance.
        Parameters:
        other - A MicrophoneCoordinates object.
    • Method Detail

      • getX

        public int getX()
        Returns the X-coordinate of the microphone.
        Returns:
        X-coordinate.
      • getY

        public int getY()
        Returns the Y-coordinate of the microphone.
        Returns:
        Y-coordinate.
      • getZ

        public int getZ()
        Returns the Z-coordinate of the microphone.
        Returns:
        Z-coordinate.