MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Graphics Utilities Library > Graphics Utilities Interface > a) Functions > GFX_EllipsePoint Function
MPLAB® Harmony Graphics Suite
GFX_EllipsePoint Function
C
LIB_EXPORT GFX_Result GFX_EllipsePoint(
    int32_t t, 
    int32_t a, 
    int32_t b, 
    int32_t theta, 
    GFX_Point* p
);
Parameters
Parameters 
Description 
angle of the point on the ellipse (in degrees) 
the half-length of 0-180 axis of the ellipse 
the half-length of 90-270 axis of the ellipse 
theta 
angle of the ellipse (in degrees) 
Returns

p - the output point in cartesian plane

MPLAB® Harmony Graphics Suite