VMECameraPitch

VMECameraPitch represents a pitch element that may be associated with a VMECameraUpdate object.

It encapsulates some logic for controlling the camera's pitch. It should only be constructed using the factory helper methods below.

The VMECameraPitch object is immutable.

Since

1.19

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compare current VMECameraPitch with another.

Link copied to clipboard
open override fun hashCode(): Int