MCPcopy Create free account
hub / github.com/SolarLune/masterplan / Height

Method Height

utils.go:307–309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307func (cr CorrectingRect) Height() float32 {
308 return cr.Y2 - cr.Y1
309}
310
311func (cr CorrectingRect) AbsHeight() float32 {
312 if cr.Y2 > cr.Y1 {

Callers 2

handleScreenshotsFunction · 0.95
CenterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected