Skip to content

BoundingBox.getWidth() returns height value #2526

Closed
@YevhenPalamarchuk

Description

@YevhenPalamarchuk

Please fix :
public Distance getWidth() { return this.height; }

to
public Distance getWidth() { return this.width; }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions