MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / zoomScale

Method zoomScale

limsim/utils/simBase.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30 @property
31 def zoomScale(self) -> float:
32 return self.qtDrawSize / self.realSize
33
34 def qtCoord(
35 self, x: float, y: float, ex: float, ey: float) -> tuple[QPointF]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected