Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ min
Method
min
packages/engine/src/math/rect.rs:67–69 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
65
/// 获取最小(左上)角点。
66
#[inline]
67
pub fn min(&self) -> Vec2 {
68
Vec2::new(self.x, self.y)
69
}
70
71
/// Get the maximum (bottom-right) corner.
72
/// 获取最大(右下)角点。
Callers
15
setLayerOpacity
Method · 0.45
getCollisionTilesInBounds
Method · 0.45
calculateVisibleRange
Method · 0.45
CurveEditor
Function · 0.45
handleTrackClick
Function · 0.45
handleMouseMove
Function · 0.45
clamp
Function · 0.45
update
Function · 0.45
ParticleEditorPanel
Function · 0.45
onMouseUp
Method · 0.45
getPreviewTiles
Method · 0.45
getPreviewTiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected