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

Method GetScale3d

libs/geometry/screenbase.hpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 double GetMaxRotationAngle() const { return m_3dMaxAngleX; }
94 double GetAngleFOV() const { return m_3dFOV; }
95 double GetScale3d() const { return m_3dScale; }
96 double GetZScale() const;
97
98 double GetDepth3d() const { return m_3dFarZ - m_3dNearZ; }

Callers 2

CalculateTransformMethod · 0.80
SetFromScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected