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 7465b97 commit 792ee50Copy full SHA for 792ee50
src/renderer/geometry/Painter.js
@@ -307,9 +307,10 @@ class Painter extends Class {
307
308
/**
309
* interpolate clipped line segs's altitude
310
- * @param {Point[] || Point[][]} clipSegs
311
- * @param {Point[] || Point[][]} orig
312
- * @param {Number || Number[]} altitude
+ * @param {Point[]|Point[][]} clipSegs
+ * @param {Point[]|Point[][]} orig
+ * @param {Number|Number[]} altitude
313
+ * @private
314
*/
315
_interpolateSegAlt(clipSegs, orig, altitude) {
316
if (!Array.isArray(altitude)) {
0 commit comments