isLookingDownward function
Implementation
bool isLookingDownward(Face face) {
if (face.headEulerAngleX! < -15) {
return true;
}
return false;
}
bool isLookingDownward(Face face) {
if (face.headEulerAngleX! < -15) {
return true;
}
return false;
}