Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ from
Method
from
packages/engine/src/math/vec2.rs:212–214 ·
view source on GitHub ↗
((x, y): (f32, f32))
Source
from the content-addressed store, hash-verified
210
impl From<(f32, f32)> for Vec2 {
211
#[inline]
212
fn from((x, y): (f32, f32)) -> Self {
213
Self { x, y }
214
}
215
}
216
217
impl From<[f32; 2]> for Vec2 {
Callers
15
collectUIRenderData
Method · 0.45
getSelectedEntityIds
Method · 0.45
writeBinaryFile
Function · 0.45
handleExport
Function · 0.45
SceneHierarchy
Function · 0.45
ModuleListSetting
Function · 0.45
FlexLayoutDockContainer.tsx
File · 0.45
createFileSystem
Function · 0.45
handleKeyDown
Function · 0.45
ContentBrowser
Function · 0.45
renderNode
Function · 0.45
EntityInspector
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected