PathNode


Class representing a singular path command in a vector.

Summary

Protected constructors

PathNode(isCurve: Boolean, isQuad: Boolean)
Cmn

Public properties

Boolean

whether this command is a curve command

Cmn
Boolean

whether this command is a quad command

Cmn

Protected constructors

PathNode

protected PathNode(isCurve: Boolean = false, isQuad: Boolean = false)

Public properties

isCurve

val isCurveBoolean

whether this command is a curve command

isQuad

val isQuadBoolean

whether this command is a quad command