TcVnCircularArc
Describes a circular arc.
Syntax
Definition:
struct TcVnCircularArc
{
TcVnPoint2_REAL aCenter;
float fRadius;
float fStartAngle;
float fEndAngle;
};Parameters
|
Name |
Type |
Description |
|---|---|---|
|
aCenter |
Center of the circular arc | |
|
fRadius |
float |
Radius of the circular arc |
|
fStartAngle |
float |
Start angle of the circular arc |
|
fEndAngle |
float |
End angle of the circular arc |