updateGeometry

fun updateGeometry(polygonPath: List<Position2> = geometry.polygonPath, polygonHoles: List<Int> = geometry.polygonHoles, delaunayPoints: List<Position2> = geometry.delaunayPoints, normal: Direction = geometry.normal, uvScale: UvScale = geometry.uvScale, color: Color? = geometry.color)