MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ToFloat2

Function ToFloat2

SampleFramework12/v1.00/ImGuiHelper.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40inline Float2 ToFloat2(ImVec2 v)
41{
42 return Float2(v.x, v.y);
43}
44
45inline ImColor ToImColor(Float3 v)
46{

Callers 1

UpdateMethod · 0.85

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected