Creates a new instance of the Circle class.
The RedGPUContext instance.
Optional
radius: number = 1The radius of the circle.
Optional
segments: number = 32The number of segments in the circle.
Optional
thetaStart: number = 0The angle at which the circle starts.
Optional
thetaLength: number = ...The length of the arc in radians.
Static
primitive
Class representing a Circle primitive.