isLookingRight function
Implementation
bool isLookingRight(Face face) {
if (face.headEulerAngleY! < -24) {
return true;
}
return false;
}
bool isLookingRight(Face face) {
if (face.headEulerAngleY! < -24) {
return true;
}
return false;
}