QualityLineDrawer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun drawLineLoops(drawContext: DrawContext, drawStyle: DrawStyle, strips: List<List<Vector2>>, corners: List<List<Boolean>>, fringeWidth: Double = 1.0)
fun drawLineLoops(drawContext: DrawContext, drawStyle: DrawStyle, strips: List<List<Vector2>>, corners: List<List<Boolean>>, weights: List<Double>, fringeWidth: Double = 1.0)
Link copied to clipboard
fun drawLineStrips(drawContext: DrawContext, drawStyle: DrawStyle, strips: List<List<Vector2>>, corners: List<List<Boolean>>, fringeWidth: Double)
fun drawLineStrips(drawContext: DrawContext, drawStyle: DrawStyle, strips: List<List<Vector2>>, corners: List<List<Boolean>>, weights: List<Double>, fringeWidth: Double)