Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
inline Float2 ToFloat2(ImVec2 v)
41
{
42
return Float2(v.x, v.y);
43
}
44
45
inline ImColor ToImColor(Float3 v)
46
{
Callers
1
Update
Method · 0.85
Calls
1
Float2
Class · 0.85
Tested by
no test coverage detected