UNPKG

447 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.distanceDocs = void 0;
7var distanceDocs = {
8 name: 'distance',
9 category: 'Geometry',
10 syntax: ['distance([x1, y1], [x2, y2])', 'distance([[x1, y1], [x2, y2]])'],
11 description: 'Calculates the Euclidean distance between two points.',
12 examples: ['distance([0,0], [4,4])', 'distance([[0,0], [4,4]])'],
13 seealso: []
14};
15exports.distanceDocs = distanceDocs;
\No newline at end of file