Py5Graphics.bezier_detail()
Contents
Py5Graphics.bezier_detail()¶
Sets the resolution at which Beziers display.
Description¶
Sets the resolution at which Beziers display. The default value is 20. This function is only useful when using the P3D
renderer; the default P2D
renderer does not use this information.
This method is the same as bezier_detail() but linked to a Py5Graphics
object. To see example code for how it can be used, see bezier_detail().
Underlying Processing method: PGraphics.bezierDetail
Syntax¶
bezier_detail(detail: int, /) -> None