PathNode.RelativeReflectiveQuadTo


Draws a smooth quadratic Bézier curve using relative coordinates. This command ensures a seamless connection by inferring its control point as a reflection of the control point of the preceding command. Corresponds to the t path data command.

Summary

Public constructors

Cmn

Public properties

Float

The relative x-offset of the curve's end point.

Cmn
Float

The relative y-offset of the curve's end point.

Cmn

Inherited properties

From androidx.compose.ui.graphics.vector.PathNode
Boolean

true if this command is a cubic Bézier curve, false otherwise.

Cmn
Boolean

true if this command is a quadratic Bézier curve, false otherwise.

Cmn

Public constructors

RelativeReflectiveQuadTo

RelativeReflectiveQuadTo(dx: Float, dy: Float)
Parameters
dx: Float

The relative x-offset of the curve's end point.

dy: Float

The relative y-offset of the curve's end point.

Public properties

dx

val dxFloat

The relative x-offset of the curve's end point.

dy

val dyFloat

The relative y-offset of the curve's end point.