StrokePoints

interface StrokePoints

A generic stroke points with either x, y or x, y, dx, dy, dist, distMax components when having separate components, it is possible to later scale the stroke without regenerating it by adjusting the scale component

Inheritors

Properties

Link copied to clipboard
abstract val debugPoints: PointList
Link copied to clipboard
abstract val debugSegments: List<MLine>
Link copied to clipboard
abstract val mode: StrokePointsMode
Link copied to clipboard

Functions

Link copied to clipboard
open fun scale(scale: Double)