TrackedFace.rotate Method¶
Module: TrackedFace
Definition¶
Rotates the face object by a given angle in degrees from a given center.
void rotate(int angle, Point center)
Parameters
angle intin Angle of the rotation to apply to the face object.
center Pointin Center of the rotation to apply to the face object.
Exceptions
An error has occurred during Face Library execution.