drawLineSegments

fun drawLineSegments(drawContext: DrawContext, drawStyle: DrawStyle, segments: List<Vector3>, weights: List<Double> = emptyList(), colors: List<ColorRGBa> = emptyList())(source)