Shape

constructor(paths: List<Path>)

Parameters

paths

The polygon faces that make up this shape (must not be empty)


constructor(vararg paths: Path)