Class

PitchLimits

Represents the limits for pitch angles in degrees.

Source set: Android
public class PitchLimits(
    public val minimumPitch: Float,
    public val maximumPitch: Float,
)

Represents the limits for pitch angles in degrees.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String

Members

Companion

Source set: Android
public companion object

Properties

FullRange

Source set: Android
@JvmField public val FullRange: PitchLimits = PitchLimits(-90f, 90f)

Content updated: