isLookingLeft function
Implementation
bool isLookingLeft(Face face) {
if (face.headEulerAngleY! > 24) {
return true;
}
return false;
}
bool isLookingLeft(Face face) {
if (face.headEulerAngleY! > 24) {
return true;
}
return false;
}