pitch property

double pitch

Pitch angle in degrees.

throws FaceException An error has occurred during Face Library execution.

Implementation

double get pitch => _handle.ref.Pitch;
void pitch=(double value)

Implementation

set pitch(double value) => _handle.ref.Pitch = value;