MCPcopy 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

setLayerOpacityMethod · 0.45
calculateVisibleRangeMethod · 0.45
CurveEditorFunction · 0.45
handleTrackClickFunction · 0.45
handleMouseMoveFunction · 0.45
clampFunction · 0.45
onMouseUpMethod · 0.45
getPreviewTilesMethod · 0.45
getPreviewTilesMethod · 0.45
fillRectangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected