#include <ellipse.h>
Data Fields | |
| char | status |
| ellipse status. | |
| float | semiaxis [2] |
| float | center [2] |
| float | inclination |
| Inclination (degrees). | |
| int | imageDim |
| Size of the image plane on which the ellipse is defined. | |
| int ** | ellipseptr |
| float | value |
| Value inside the ellipse. | |
|
|
Center of the ellipse. center[0]=x-coordinate, center[1]=y-coordinate in cartesian coordinate system. |
|
|
Ellipse array containing n x n entries. Single entry is one if it is inside the ellipse and zero otherwise. Coordinates on a two dimensional plane are numbered from left to right and from top to bottom (not cartesian). |
|
|
Size of the image plane on which the ellipse is defined.
|
|
|
Inclination (degrees).
|
|
|
Semiaxis of the ellipse. semiaxis[0]=major semiaxe, semiaxis[1]=minor semiaxe. |
|
|
ellipse status.
|
|
|
Value inside the ellipse.
|
1.4.1