code wiki / (root) / nx_outfit_sexiness.nx

nx_outfit_sexiness.nx

buildroot/runtime/nx_outfit_sexiness.nx

3597 B82 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic outfit
docsdependenciesstructsconstsfunctions

about

nx_outfit_sexiness.nx -- outfit sexiness ladder INDEPENDENT of explicit visibility. Distinct from nx_eroticism_ladder (which is about pose + nudity + penetration). An outfit can be SEXY without being explicit: a tight cocktail dress with deep V is sexy but not nude; a sheer bodysuit shows skin without being penetrative; a thong + sports bra is revealing but neutral pose. 6-rank sealed ladder: MODEST_COVERED turtleneck / long sleeves / loose CASUAL jeans + tee / standard daywear STYLISH fitted / accessorized / curated SEDUCTIVE lingerie / sheer / low-cut / bodycon PROVOCATIVE micro outfit / minimal coverage EXPLICIT no fabric where it would normally cover

dependencies 1 imports · 1 importers

nx_syscalls.nx nx_outfit_sexiness.nx nx_cine_sexy_test.nx

imports: nx_syscalls.nx

imported by: nx_cine_sexy_test.nx

structs

none

consts

25const NX_SEXY_MODEST_COVERED: i64 = 1
26const NX_SEXY_CASUAL: i64 = 2
27const NX_SEXY_STYLISH: i64 = 3
28const NX_SEXY_SEDUCTIVE: i64 = 4
29const NX_SEXY_PROVOCATIVE: i64 = 5
30const NX_SEXY_EXPLICIT: i64 = 6
32const NX_SEXY_RES_MEASURED: i64 = 0
33const NX_SEXY_RES_DECLARED: i64 = 1
34const NX_SEXY_RES_DELTA: i64 = 2
35const NX_SEXY_RES_VERDICT: i64 = 3
36const NX_SEXY_RES_FIELDS: i64 = 4
38const NX_SEXY_V_SEVERE_UNDER: i64 = 0
39const NX_SEXY_V_UNDERSHOOT: i64 = 1
40const NX_SEXY_V_MATCH: i64 = 2
41const NX_SEXY_V_OVERSHOOT: i64 = 3
42const NX_SEXY_V_SEVERE_OVER: i64 = 4

functions

49func nx_sexy_classify_measured(coverage_pct: i64, fit_q10: i64,
63func nx_outfit_sexiness_validate(declared_kind: i64, coverage_pct: i64,
called by 1: main calls 1: nx_sexy_classify_measured