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

PathNode.RelativeReflectiveCurveTo

public final class PathNode.RelativeReflectiveCurveTo extends PathNode

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

Summary

Public constructors

RelativeReflectiveCurveTo(float dx1, float dy1, float dx2, float dy2)

Public methods

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

RelativeReflectiveCurveTo

public RelativeReflectiveCurveTo(float dx1, float dy1, float dx2, float dy2)

Public methods

getDx1

public final float getDx1()

getDx2

public final float getDx2()

getDy1

public final float getDy1()

getDy2

public final float getDy2()