LineBuilder

open class LineBuilder(source)

Creates a transformation that represents a line between two points.

You must specify from, to, and thickness; other fields are optional.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun extraLength(extraLength: Double): LineBuilder
fun extraLength(extraLength: Float): LineBuilder
Link copied to clipboard
Link copied to clipboard
fun roll(roll: Double): LineBuilder
fun roll(roll: Float): LineBuilder
Link copied to clipboard
fun thickness(thickness: Double): LineBuilder
fun thickness(thickness: Float): LineBuilder
Link copied to clipboard
Link copied to clipboard