da_igImTriangleBarycentricCoords

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
alias da_igImTriangleBarycentricCoords = void function
(
const ImVec2 a
,
const ImVec2 b
,
const ImVec2 c
,
const ImVec2 p
,
float* out_u
,
float* out_v
,
float* out_w
)

Meta