copy

fun copy(x1: Double = this.x1, y1: Double = this.y1, isRelative: Boolean = this.isRelative, minified: Boolean = this.minified, shouldClose: Boolean = this.shouldClose): PathNodes.ReflectiveQuadTo(source)

Creates a copy of the ReflectiveQuadTo command with the given parameters.

Return

A new ReflectiveQuadTo with the updated values.

Parameters

x1

The x-coordinate of the first control point.

y1

The y-coordinate of the first control point.

isRelative

Whether the coordinates are relative.

minified

whether the output of materialize should be minified or not.

shouldClose

Whether the path should be closed.