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

TcVnPoint2_REAL

Center point

stSize

TcVnSize2_REAL

Size composed of fWidth and fHeight

fAngle

float

Angle in degree