MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / IsLeftFacing

Function IsLeftFacing

jni/stasm/misc.cpp:840–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840bool IsLeftFacing(EYAW eyaw) // true if eyaw is for a left facing face
841{
842 return int(eyaw) < int(EYAW00);
843}
844
845int EyawAsModIndex( // note: returns a negative index for left facing yaws
846 EYAW eyaw, // in

Callers 5

RoiShapeToImgFrameFunction · 0.85
AlignMeanShapeToFaceDetFunction · 0.85
FlipIfLeftFacingFunction · 0.85
StartShapeAndRoiFunction · 0.85
PinnedStartShapeAndRoiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected