NewCartesianBoundingBox returns a properly initialized empty bounding box for carestian plane types.
()
| 46 | // NewCartesianBoundingBox returns a properly initialized empty bounding box |
| 47 | // for carestian plane types. |
| 48 | func NewCartesianBoundingBox() *CartesianBoundingBox { |
| 49 | return nil |
| 50 | } |
| 51 | |
| 52 | // Repr is the string representation of the CartesianBoundingBox. |
| 53 | func (b *CartesianBoundingBox) Repr() string { |
no outgoing calls
no test coverage detected