lv_obj_transform_point() function
Transform a point using the angle and zoom style properties of an object
Syntax
void lv_obj_transform_point(const struct _lv_obj_t * obj,
lv_point_t * p,
bool recursive,
bool inv);
Arguments
obj
pointer to an object whose style properties should be used
p
a point to transform, the result will be written back here too
recursive
consider the transformation properties of the parents too
inv
do the inverse of the transformation (-angle and 1/zoom)