Interface Boundable2

interface Boundable2 {
    getBoundingBox2(): BoundingBox2;
}

Methods

getBoundingBox2

Methods