TcVnRotatedRectangle
Contains center, size and angle of a rotated rectangle.
Syntax
Definition:
struct TcVnRotatedRectangle
{
TcVnPoint2_REAL aCenter;
TcVnSize2_REAL stSize;
float fAngle;
};
Parameters
Name |
Type |
Description |
---|---|---|
aCenter |
Center point | |
stSize |
Size composed of fWidth and fHeight | |
fAngle |
float |
Angle in degree |