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

Method GetModelView

libs/geometry/screenbase.cpp:520–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520ScreenBase::Matrix3dT ScreenBase::GetModelView() const
521{
522 return ScreenBase::Matrix3dT{
523 m_GtoP(0, 0), m_GtoP(1, 0), 0, m_GtoP(2, 0), m_GtoP(0, 1), m_GtoP(1, 1), 0, m_GtoP(2, 1), 0, 0, 1, 0, 0, 0, 0, 1};
524}
525
526ScreenBase::Matrix3dT ScreenBase::GetModelView(m2::PointD const & pivot, double scalar) const
527{

Callers 14

OverlayTreeClass · 0.80
RenderLinesCapsMethod · 0.80
RenderLinesMethod · 0.80
RenderMarkersMethod · 0.80
RenderTextMethod · 0.80
RenderStubsMethod · 0.80
RenderMethod · 0.80
GetTileBasedModelViewMethod · 0.80
RenderMethod · 0.80
RenderTrackMethod · 0.80
RenderSubrouteMethod · 0.80
RenderSubrouteArrowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected