Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ add
Method
add
packages/engine/src/math/vec2.rs:154–159 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
152
153
#[inline]
154
fn add(self, rhs: Self) -> Self::Output {
155
Self {
156
x: self.x + rhs.x,
157
y: self.y + rhs.y,
158
}
159
}
160
}
161
162
impl std::ops::Sub for Vec2 {
Callers
15
handleKeyDown
Method · 0.45
handleKeyUp
Method · 0.45
handleMouseDown
Method · 0.45
handleMouseUp
Method · 0.45
handleTouchStart
Method · 0.45
handleTouchEnd
Method · 0.45
writeBundle
Function · 0.45
toggleClip
Function · 0.45
handleToggleFile
Function · 0.45
SceneHierarchy
Function · 0.45
handleEntityClick
Function · 0.45
ModuleListSetting
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected