We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c25d9 commit c39cbbdCopy full SHA for c39cbbd
Documentation/content/docs/concepts_widgets.md
@@ -113,7 +113,7 @@ In order to scale a representation such that it retains the same size in
113
display space, a widget representation should use the `scaleInPixels` property
114
and the `getPixelWorldHeightAtCoord(coord)` method. When `scaleInPixels` is set
115
to true, a widget representation should multiply whatever scaling they perform
116
-by the output of `getDisplayScaleAtCoord(coord)`.
+by the output of `getPixelWorldHeightAtCoord(coord)`.
117
118
Look at the `SphereHandleRepresentation` as an example for how
119
`getPixelWorldHeightAtCoord` is used.
0 commit comments