(position)
| 859 | } |
| 860 | |
| 861 | function fitShellPositionInBoundsH(position) { |
| 862 | const edge = 0.18; |
| 863 | return (1 - edge * 2) * position + edge; |
| 864 | } |
| 865 | |
| 866 | function fitShellPositionInBoundsV(position) { |
| 867 | return position * 0.75; |
no outgoing calls
no test coverage detected