sonoro1234 / LuaJIT-ImGui

LuaJIT ffi binding for imgui, backends and extension widgets
MIT License
213 stars 29 forks source link

add length operator overload to ImVec2 #26

Closed sneusse closed 2 years ago

sneusse commented 2 years ago

Might be useful to write #vec and get the length of the vector (instead of norm where I'd expect the normal vector :) )

sonoro1234 commented 2 years ago

Thanks