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

Method DetectorParameter

jni/stasm/misc.h:324–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 EYAW eyaw; // yaw as an enum
323
324 DetectorParameter() // constructor sets all fields to INVALID
325 : x(INVALID),
326 y(INVALID),
327 width(INVALID),
328 height(INVALID),
329 lex(INVALID),
330 ley(INVALID),
331 rex(INVALID),
332 rey(INVALID),
333 mouthx(INVALID),
334 mouthy(INVALID),
335 rot(INVALID),
336 yaw(INVALID),
337 eyaw(EYAW(INVALID))
338 {
339 };
340
341};
342

Callers

nothing calls this directly

Calls 1

EYAWEnum · 0.85

Tested by

no test coverage detected