Function
Phocutils_rotate_child_position
Declaration [src]
void
phoc_utils_rotate_child_position (
double* sx,
double* sy,
double sw,
double sh,
double pw,
double ph,
float rotation
)
Description [src]
Rotate a child’s position relative to a parent. The parent size is (pw, ph), the child position is (sx, sy) and its size is (sw, sh).
Parameters
sx-
Type:
double*No description available.
The data is owned by the caller of the function. sy-
Type:
double*No description available.
The data is owned by the caller of the function. sw-
Type:
doubleNo description available.
sh-
Type:
doubleNo description available.
pw-
Type:
doubleNo description available.
ph-
Type:
doubleNo description available.
rotation-
Type:
floatNo description available.