Mercurial > hg > orthanc-stone
comparison OrthancStone/Sources/Scene2D/Internals/FixedPointAligner.h @ 1979:b31e494e34c5
cppcheck
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 29 Oct 2022 17:10:21 +0200 |
parents | 9c0adcc8feec |
children | 07964689cb0b |
comparison
equal
deleted
inserted
replaced
1978:95449b0e064a | 1979:b31e494e34c5 |
---|---|
35 private: | 35 private: |
36 ScenePoint2D pivot_; | 36 ScenePoint2D pivot_; |
37 ScenePoint2D canvas_; | 37 ScenePoint2D canvas_; |
38 | 38 |
39 public: | 39 public: |
40 FixedPointAligner(ViewportController& controller, | 40 FixedPointAligner(const ViewportController& controller, |
41 const ScenePoint2D& p); | 41 const ScenePoint2D& p); |
42 | 42 |
43 void Apply(ViewportController& controller); | 43 void Apply(ViewportController& controller); |
44 }; | 44 }; |
45 } | 45 } |