Changes between Version 2 and Version 3 of Ticket #1109, comment 21


Ignore:
Timestamp:
Nov 14, 2016, 7:11:38 PM (7 years ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1109, comment 21

    v2 v3  
    1 Few notes: &(dst.m_MiniPatches[0][0]) == &dst.m_MiniPatches[0][0], because priority of `&` is smaller than of `()`. `m_SelectionRadius = double(std::min(m_NewSize, m_CurrentSize)) / std::max(m_NewSize, m_CurrentSize) * PanelRadius;` why double? Few no new line warnings.
     1Few notes:
     2
     3* &(dst.m_MiniPatches[0][0]) == &dst.m_MiniPatches[0][0], because priority of `&` is smaller than of `()`.
     4* `m_SelectionRadius = double(std::min(m_NewSize, m_CurrentSize)) / std::max(m_NewSize, m_CurrentSize) * PanelRadius;` why double?
     5* Few no new line warnings.