{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PathNode.RelativeCurveTo

public final class PathNode.RelativeCurveTo extends PathNode

java.lang.Object
   ↳ androidx.compose.ui.graphics.vector.PathNode
     ↳ androidx.compose.ui.graphics.vector.PathNode.RelativeCurveTo

Summary

Public constructors

RelativeCurveTo(
    float dx1,
    float dy1,
    float dx2,
    float dy2,
    float dx3,
    float dy3
)

Public methods

final float
final float
final float
final float
final float
final float

Inherited methods

From androidx.compose.ui.graphics.vector.PathNode
final boolean

whether this command is a curve command

final boolean

whether this command is a quad command

Public constructors

RelativeCurveTo

public RelativeCurveTo(
    float dx1,
    float dy1,
    float dx2,
    float dy2,
    float dx3,
    float dy3
)

Public methods

getDx1

public final float getDx1()

getDx2

public final float getDx2()

getDx3

public final float getDx3()

getDy1

public final float getDy1()

getDy2

public final float getDy2()

getDy3

public final float getDy3()