()
| 21 | ) {} |
| 22 | |
| 23 | clone(): TilingScheme { |
| 24 | return new TilingScheme(this.width, this.height, this.rectangle.clone()) |
| 25 | } |
| 26 | |
| 27 | copy(other: TilingSchemeLike): this { |
| 28 | this.width = other.width |
nothing calls this directly
no outgoing calls
no test coverage detected