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