TcVnCircularArc
Describes a circular arc.
Syntax
Definition:
TYPE TcVnCircularArc :
STRUCT
aCenter : TcVnPoint2_REAL;
fRadius : REAL;
fStartAngle : REAL;
fEndAngle : REAL;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
aCenter |
Center of the circular arc | |
|
fRadius |
REAL |
Radius of the circular arc |
|
fStartAngle |
REAL |
Start angle of the circular arc |
|
fEndAngle |
REAL |
End angle of the circular arc |