Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ max
Method
max
packages/engine/src/math/rect.rs:74–76 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
72
/// 获取最大(右下)角点。
73
#[inline]
74
pub fn max(&self) -> Vec2 {
75
Vec2::new(self.x + self.width, self.y + self.height)
76
}
77
78
/// Get the center point.
79
/// 获取中心点。
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
particleSystemGizmoProvider
Function · 0.45
clamp
Function · 0.45
onMouseUp
Method · 0.45
getPreviewTiles
Method · 0.45
getPreviewTiles
Method · 0.45
fillRectangle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected