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
are all called extensively by the autolayout algorithm, and need to not waste time rounding values, as they're all called potentially thousands of times or more. But we do still need to round off values when requesting them, so the 'round' function needs to be added back in at a higher level that autolayout doesn't call.
The text was updated successfully, but these errors were encountered:
The functions:
AutoLayoutNode::getX
AutoLayoutNode::getY
AutoLayoutNode::getWidth
AutoLayoutNode::getHeight
and
AutoLayoutCentroidNode::getX
AutoLayoutCentroidNode::getY
AutoLayoutCentroidNode::getWidth
AutoLayoutCentroidNode::getHeight
and
AutoLayoutPoint::getX
AutoLayoutPoint::getY
are all called extensively by the autolayout algorithm, and need to not waste time rounding values, as they're all called potentially thousands of times or more. But we do still need to round off values when requesting them, so the 'round' function needs to be added back in at a higher level that autolayout doesn't call.
The text was updated successfully, but these errors were encountered: