NewCartesianBoundingBox returns a properly initialized empty bounding box for cartesian plane types.
()
| 28 | // NewCartesianBoundingBox returns a properly initialized empty bounding box |
| 29 | // for cartesian plane types. |
| 30 | func NewCartesianBoundingBox() *CartesianBoundingBox { |
| 31 | return nil |
| 32 | } |
| 33 | |
| 34 | // Repr is the string representation of the CartesianBoundingBox. |
| 35 | func (b *CartesianBoundingBox) Repr() string { |
no outgoing calls
no test coverage detected
searching dependent graphs…