| ABBYY Mobile OCR Engine 4 |
Go to: Contents | Native Library API Reference | Structures
This structure describes the value of the angle tangent.
typedef struct tagCFineAngle{
int Numerator;
int Denominator;
} CFineAngle;
| Name | Type | Description |
|---|---|---|
| Denominator | int | Stores the denominator of the angle tangent. |
| Numerator | int | Stores the numerator of the angle tangent. |