MCPcopy Create free account
hub / github.com/comaps/comaps / GetFactor

Method GetFactor

libs/drape_frontend/user_event_stream.hpp:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 EventType GetType() const override { return UserEvent::EventType::Scale; }
133
134 double GetFactor() const { return m_factor; }
135 m2::PointD const & GetPxPoint() const { return m_pxPoint; }
136 bool IsAnim() const { return m_isAnim; }
137

Callers 2

OnSetScaleMethod · 0.80
GetTypeSpeedImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected