Cutcircle
Last updated
Last updated
Creates a circle at the specified (x, y)
position, sets the radius of the circle to "size," rotates the circle to the specified "angle" in degrees, and fills the outline of the circle with "filled" degrees of the line.
Parameters:
x
: The x-coordinate of the circle's center.
y
: The y-coordinate of the circle's center.
size
: The radius of the circle.
angle
: The rotation angle of the circle (0 to 36).
filled
: The degree of the outline to be filled (0 to 360).
Examples:
Creates an outline of a full circle with a radius of 10 at position (0, 0)
.
Creates an outline of a half circle with a radius of 10 at position (0, 0)
, facing upwards.
Creates an outline of a half circle with a radius of 10 at position (0, 0)
, facing right.
Creates an outline of a half circle with a radius of 10 at position (0, 0)
, facing downwards.
Creates a half circle facing north east with a radius of 5.