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

Method Width

utils.go:296–298  ·  view source on GitHub ↗

func (cr CorrectingRect) CorrectBounds() { }

()

Source from the content-addressed store, hash-verified

294// }
295
296func (cr CorrectingRect) Width() float32 {
297 return cr.X2 - cr.X1
298}
299
300func (cr CorrectingRect) AbsWidth() float32 {
301 if cr.X2 > cr.X1 {

Callers 3

handleScreenshotsFunction · 0.95
OpenProjectFromFunction · 0.95
CenterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected