You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for axoverlay_position_type states that if AXOVERLAY_CUSTOM_NORMALIZED is used, x and y coordinates should be normalized between -1 and 1 (reference).
The documentation for
axoverlay_position_type
states that ifAXOVERLAY_CUSTOM_NORMALIZED
is used, x and y coordinates should be normalized between -1 and 1 (reference).However, the axoverlay example contradicts this:
AXOVERLAY_CUSTOM_NORMALIZED
(here).With pos_type set to center it should be in range -1 to 1, so the pix values should be out of range/draw space.
This suggests that either the documentation is incorrect or the SDK does not properly interpret normalized values, or I am just dumb haha =).
Additional Notes
axoverlay_anchor_point
.Thanks for clarification
The text was updated successfully, but these errors were encountered: