Searched defs:Feature (Results 1 – 2 of 2) sorted by relevance
37 abstract class Feature(val cubics: List<Cubic>) { class
85 fun Feature.toPath(path: Path = Path()): Path { in toPath() method