#706 docs cleanup

This commit is contained in:
Zemledelec 2023-05-24 09:27:54 +04:00
parent 8f0b76641e
commit 36862fee55
104 changed files with 3881 additions and 4233 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ Release
Debug
eslint
node_modules
docs
.eslintrc
.csslintrc
.idea

View File

@ -1,7 +1,3 @@
/**
* @module og/Clock
*/
"use strict";
import * as jd from "./astro/jd.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/Events
*/
"use strict";
import { binaryInsert, stamp } from "./utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/Extent
*/
"use strict";
import { LonLat } from "./LonLat.js";

View File

@ -1,4 +1,4 @@
// StandWithUkraine
// #StandWithUkraine
/**
* @module og/Globe

View File

@ -1,7 +1,3 @@
/**
* @module og/ImageCanvas
*/
"use strict";
/**

View File

@ -1,7 +1,3 @@
/**
* @module og/Lock
*/
'use strict';
class Lock {

View File

@ -1,7 +1,3 @@
/**
* @module og/LonLat
*/
"use strict";
import * as mercator from "./mercator.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/Stack
*/
"use strict";
class Node {

View File

@ -1,7 +1,3 @@
/**
* @module og/astro/earth
*/
"use strict";
import * as math from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/astro/jd
*/
"use strict";
import { binarySearch } from "../utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/astro/orbit
*/
"use strict";
import * as math from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/astro/rotation
*/
"use strict";
import { PI_TWO } from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/bv/Box
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/bv/Sphere
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/camera/PlanetCamera
*/
"use strict";
import { Key } from "../Lock.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Atmosphere
*/
"use strict";
import * as atmos from "../shaders/atmos.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Control
*/
"use strict";
/**

View File

@ -1,7 +1,3 @@
/**
* @module og/control/DebugInfo
*/
"use strict";
import { Control } from "./Control.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/GeoImageDragControl
*/
'use strict';
import { BaseGeoImage } from '../layer/BaseGeoImage.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/control/KeyboardNavigation
*/
"use strict";
import { input } from "../input/input.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/LayerAnimation
*/
"use strict";
import { Events } from '../Events.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/control/LayerSwitcher
*/
"use strict";
import { Dialog } from "../ui/Dialog.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Lighting
*/
"use strict";
import { Dialog } from '../ui/Dialog.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/control/MouseNavigation
*/
"use strict";
import { Sphere } from "../bv/Sphere.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/MouseWheelZoomControl
*/
"use strict";
import { Sphere } from "../bv/Sphere.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Ruler
*/
"use strict";
import { ToggleButton } from "../ui/ToggleButton.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/ZoomControl
*/
"use strict";
import { RADIANS } from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/ShowFps
*/
"use strict";
import { print2d } from "../utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/SimpleSkyBackground
*/
"use strict";
import { htmlColorToRgb } from "../utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Sun
*/
"use strict";
import { getSunPosition } from "../astro/earth.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/ToggleWireframe
*/
"use strict";
import { input } from "../input/input.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/TouchNavigation
*/
"use strict";
import { Sphere } from "../bv/Sphere.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/ZoomControl
*/
"use strict";
import { Key } from "../Lock.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Ruler
*/
"use strict";
import { Control } from "../Control.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Ruler
*/
"use strict";
import { Control } from "../Control.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/control/Selector
*/
"use strict";
import { ToggleButton } from "../../ui/ToggleButton.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/shaders/drawnode
*/
"use strict";
import { Program } from "../../webgl/Program.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/ellipsoid/Ellipsoid
*/
"use strict";
import { LonLat } from "../LonLat.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/ellipsoid/wgs84
*/
"use strict";
import { Ellipsoid } from "./Ellipsoid.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/BaseBillboard
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/Billboard
*/
"use strict";
import { BaseBillboard } from "./BaseBillboard.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/BillboardHandler
*/
"use strict";
import * as shaders from "../shaders/billboard.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/Entity
*/
"use strict";
import { Extent } from "../Extent.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/EntityCollection
*/
"use strict";
import { Events } from "../Events.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/GeoObject
*/
"use strict";
import { Quat, Vec3 } from "../math/index.js";

View File

@ -1,9 +1,5 @@
"use strict";
/**
* @module og/entity/GeoObjectHandler
*/
import * as shaders from "../shaders/geoObject.js";
import { concatArrays, loadImage, makeArrayTyped, spliceArray } from "../utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/Geometry
*/
"use strict";
import { Extent } from "../Extent.js";
@ -193,7 +189,7 @@ class Geometry {
}
/**
* @todo
* @todo ASAP need test for this method
* @param geoJson
* @returns {Geometry}
*/

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/GeometryHandler
*/
"use strict";
import { doubleToTwoFloatsV2 } from "../math/coder.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/Label
*/
"use strict";
import { Vec4 } from "../math/Vec4.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/LabelHandler
*/
"use strict";
import * as shaders from "../shaders/label.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/PointCloud
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/PointCloudHandler
*/
"use strict";
import * as shaders from "../shaders/pointCloud.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/Polyline
*/
"use strict";
import { Extent } from "../Extent.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/PolylineHandler
*/
'use strict';
import * as shaders from '../shaders/polyline.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/entity/BaseBillboard
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/input/KeyboardHandler
*/
'use strict';
import { input } from './input.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/input/MouseHandler
*/
'use strict';
class MouseHandler {

View File

@ -1,7 +1,3 @@
/**
* @module og/input/TouchHandler
*/
'use strict';
class TouchHandler {

View File

@ -1,7 +1,3 @@
/**
* @module og/input/input
*/
'use strict';
export const input = {

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/BaseGeoImage
*/
"use strict";
import { Extent } from "../Extent.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/CanvasTiles
*/
"use strict";
import * as quadTree from "../quadTree/quadTree.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/GeoImage
*/
"use strict";
import { nextHighestPowerOfTwo } from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/GeoTexture2d
*/
'use strict';
import * as math from '../math.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/GeoVideo
*/
"use strict";
import { BaseGeoImage } from "./BaseGeoImage.js";

View File

@ -1,8 +1,5 @@
/**
* @module og/layer/KML
*/
"use strict";
import { Billboard } from "../entity/Billboard.js";
import { Entity } from "../entity/Entity.js";
import { Extent } from "../Extent.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/Layer
*/
"use strict";
import { Events } from "../Events.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/Material
*/
"use strict";
class Material {

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/Vector
*/
"use strict";
import { Entity } from "../entity/Entity.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/WMS
*/
"use strict";
import { Extent } from "../Extent.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/layer/XYZ
*/
"use strict";
import * as mercator from "../mercator.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/light/LightSource
*/
"use strict";
import { Vec3 } from "../math/Vec3.js";

View File

@ -1,6 +1,7 @@
/**
* @module og/math
*/
"use strict";
/** @const */

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Line2
*/
'use strict';
import { Vec2 } from './Vec2.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Mat3
*/
"use strict";
import { Mat4 } from "./Mat4.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Ray
*/
"use strict";
import { EPS10 } from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Vec2
*/
"use strict";
import { Vec3 } from "./Vec3.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Vec3
*/
"use strict";
import { Quat } from "./Quat.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/math/Vec4
*/
"use strict";
import { frac } from "../math.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/proj/Proj
*/
"use strict";
/**

View File

@ -1,4 +1,5 @@
"use strict";
import { Extent } from "../Extent.js";
import { EPSG4326 } from "../proj/EPSG4326.js";
import { Node } from "../quadTree/Node.js";

View File

@ -1,4 +1,5 @@
"use strict";
import { Extent } from "../Extent.js";
import * as mercator from "../mercator.js";
import { Node } from "../quadTree/Node.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/quadTree/EntityCollectionNode
*/
'use strict';
import { Sphere } from '../bv/Sphere.js';

View File

@ -1,4 +1,5 @@
"use strict";
import { Extent } from "../Extent.js";
import { EPSG4326 } from "../proj/EPSG4326.js";
import { Node } from "../quadTree/Node.js";

View File

@ -1,4 +1,5 @@
"use strict";
import { EPSG3857 } from "../proj/EPSG3857.js";
export class QuadTreeStrategy {

View File

@ -1,4 +1,5 @@
"use strict";
import { Extent } from "../Extent.js";
import { EPSG4326 } from "../proj/EPSG4326.js";
import { Node } from "../quadTree/Node.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/renderer/RendererEvents
*/
"use strict";
import { Events } from "../Events.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/scene/Axes
*/
'use strict';
import { Program } from '../webgl/Program.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/scene/BaseNode
*/
"use strict";
/**

View File

@ -1,7 +1,3 @@
/**
* @module og/scene/Planet
*/
"use strict";
import { PlanetCamera } from "../camera/PlanetCamera.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/scene/SkyBox
*/
'use strict';
import * as shaders from '../shaders/skybox.js';

View File

@ -1,3 +1,7 @@
/**
* @module og/segment/SegmentHelper
*/
'use strict';
import { N, W, S, E } from '../quadTree/quadTree.js';

View File

@ -1,5 +1,5 @@
/**
* @module og/shaders/drawnode
* @module og/shaders/geoObject
*/
"use strict";

View File

@ -1,7 +1,3 @@
/**
* @module og/terrainProvider/EmptyTerrain
*/
"use strict";
import { binarySearchFast } from "../utils/shared.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/utils/FontAtlas
*/
'use strict';
import { Deferred } from '../Deferred.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/utils/NormalMapCreator
*/
"use strict";
import { Lock } from "../Lock.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/utils/VectorTileCreator
*/
'use strict';
import { doubleToTwoFloats2 } from '../math/coder.js';

View File

@ -1,7 +1,3 @@
/**
* @module og/webgl/Framebuffer
*/
"use strict";
import { ImageCanvas } from "../ImageCanvas.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/webgl/Handler
*/
"use strict";
import { Clock } from "../Clock.js";

View File

@ -1,7 +1,3 @@
/**
* @module og/webgl/Multisample
*/
"use strict";
/**

Some files were not shown because too many files have changed in this diff Show More