SYNOPSIS
|
DESCRIPTION
![]() |
INTERFACE
The VG_CircleNew() function creates a new circle entity attached to parent. centerPoint is a VG_Point(3) defining the center and r is the radius. The VG_CircleCenter() routine changes the centerpoint of an existing VG_Circle. VG_CircleRadius() changes the radius. |
SEE ALSO
VG(3), VG_Arc(3), VG_Point(3) |
HISTORY
The VG_Circle class first appeared in Agar 1.3.3. |