MCPcopy 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

setLayerOpacityMethod · 0.45
calculateVisibleRangeMethod · 0.45
CurveEditorFunction · 0.45
handleTrackClickFunction · 0.45
handleMouseMoveFunction · 0.45
clampFunction · 0.45
updateFunction · 0.45
ParticleEditorPanelFunction · 0.45
onMouseUpMethod · 0.45
getPreviewTilesMethod · 0.45
getPreviewTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected