Interface PartialShapeConstructor

interface PartialShapeConstructor {
    new PartialShape(shape): PartialShape;
}

Constructors

constructor

new PartialShape(shape): PartialShape