Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun addPoints(vararg newPoints: Pose): LinearPath.Builder
Link copied to clipboard
fun build(): Path

Builds a LinearPath or CompoundPath based on the number of points added. If only two points are added, a LinearPath is created. If more than two points are added, a CompoundPath is created with LinearPaths between each pair of points.