roundrect
Helper function to create rectangles with equal corners with different (x, y) radii.
Return
A rounded rectangle with equal (x, y) radii corners.
Parameters
The (width, height) of the rectangle.
The (x, y) radii of the corners.
Helper function to create squares with equal corners with different (x, y) radii.
Return
A rounded square with equal (x, y) radii corners.
Parameters
The side length of the square.
The (x, y) radii of the corners.
Helper function to create rectangles with equal radii corners.
Return
A rounded rectangle with equal radii corners.
Parameters
The (width, height) of the rectangle.
The radius of the corners.
Helper function to create squares with equal radii corners.
Return
A rounded square with equal radii corners.
Parameters
The side length of the square.
The radius of the corners.
Helper function to create rectangles with FourCorners.
Return
A rounded rectangle with FourCorners defined corners.
Parameters
The (width, height) of the rectangle.
The FourCorners defined corners.
Helper function to create squares with FourCorners.
Return
A rounded square with FourCorners defined corners.
Parameters
The side length of the square.
The FourCorners defined corners.