-
public final class PathExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnithorizontalCubicTo(Path $self, Float prevX, Float prevY, Float x, Float y, Float curvature)A convenience function for Path.cubicTo that helps with adding a cubic curve with a certain curvature. -
-
Method Detail
-
horizontalCubicTo
final static Unit horizontalCubicTo(Path $self, Float prevX, Float prevY, Float x, Float y, Float curvature)
A convenience function for Path.cubicTo that helps with adding a cubic curve with a certain curvature.
-
-
-
-