@itwin/core-orbitgt 4.0.0-dev.6 → 4.0.0-dev.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/lib/cjs/core-orbitgt.d.ts +26 -26
- package/lib/cjs/core-orbitgt.js +62 -58
- package/lib/cjs/core-orbitgt.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/AttributeMask.d.ts +30 -30
- package/lib/cjs/pointcloud/format/opc/AttributeMask.js +47 -47
- package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts +63 -63
- package/lib/cjs/pointcloud/format/opc/AttributeReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/AttributeReader.js +24 -24
- package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts +54 -54
- package/lib/cjs/pointcloud/format/opc/BlockRecord.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/BlockRecord.js +84 -84
- package/lib/cjs/pointcloud/format/opc/BlockRecord.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts +85 -85
- package/lib/cjs/pointcloud/format/opc/ContainerFile.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/ContainerFile.js +199 -199
- package/lib/cjs/pointcloud/format/opc/ContainerFile.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.d.ts +55 -55
- package/lib/cjs/pointcloud/format/opc/ContainerFilePart.js +75 -75
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts +75 -75
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/DirectoryReader.js +169 -169
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts +59 -59
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/DirectoryRecord.js +89 -89
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +106 -106
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/EmbeddedAttributeReader.js +197 -197
- package/lib/cjs/pointcloud/format/opc/FileAccess.d.ts +39 -39
- package/lib/cjs/pointcloud/format/opc/FileAccess.js +48 -48
- package/lib/cjs/pointcloud/format/opc/FileReader.d.ts +118 -118
- package/lib/cjs/pointcloud/format/opc/FileReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/FileReader.js +248 -248
- package/lib/cjs/pointcloud/format/opc/FileReader.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts +89 -89
- package/lib/cjs/pointcloud/format/opc/FileRecord.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/FileRecord.js +125 -125
- package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts +79 -79
- package/lib/cjs/pointcloud/format/opc/GeometryReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/GeometryReader.js +163 -163
- package/lib/cjs/pointcloud/format/opc/GeometryReader.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.d.ts +53 -53
- package/lib/cjs/pointcloud/format/opc/GeometryRecord.js +107 -107
- package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts +157 -157
- package/lib/cjs/pointcloud/format/opc/OPCReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/OPCReader.js +319 -319
- package/lib/cjs/pointcloud/format/opc/OPCReader.js.map +1 -1
- package/lib/cjs/pointcloud/format/opc/PointReader.d.ts +72 -72
- package/lib/cjs/pointcloud/format/opc/PointReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/PointReader.js +152 -152
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts +63 -63
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/TileReadBuffer.js +92 -92
- package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts +88 -88
- package/lib/cjs/pointcloud/format/opc/TileRecord.d.ts.map +1 -1
- package/lib/cjs/pointcloud/format/opc/TileRecord.js +161 -161
- package/lib/cjs/pointcloud/format/opc/TileRecord.js.map +1 -1
- package/lib/cjs/pointcloud/model/AttributeTypes.d.ts +37 -37
- package/lib/cjs/pointcloud/model/AttributeTypes.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/AttributeTypes.js +64 -64
- package/lib/cjs/pointcloud/model/AttributeTypes.js.map +1 -1
- package/lib/cjs/pointcloud/model/AttributeValue.d.ts +247 -247
- package/lib/cjs/pointcloud/model/AttributeValue.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/AttributeValue.js +508 -508
- package/lib/cjs/pointcloud/model/AttributeValue.js.map +1 -1
- package/lib/cjs/pointcloud/model/BlockIndex.d.ts +49 -49
- package/lib/cjs/pointcloud/model/BlockIndex.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/BlockIndex.js +48 -48
- package/lib/cjs/pointcloud/model/CloudPoint.d.ts +210 -210
- package/lib/cjs/pointcloud/model/CloudPoint.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/CloudPoint.js +318 -318
- package/lib/cjs/pointcloud/model/CloudPoint.js.map +1 -1
- package/lib/cjs/pointcloud/model/Grid.d.ts +91 -91
- package/lib/cjs/pointcloud/model/Grid.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/Grid.js +129 -129
- package/lib/cjs/pointcloud/model/GridIndex.d.ts +66 -66
- package/lib/cjs/pointcloud/model/GridIndex.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/GridIndex.js +93 -93
- package/lib/cjs/pointcloud/model/PointAttribute.d.ts +208 -208
- package/lib/cjs/pointcloud/model/PointAttribute.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/PointAttribute.js +374 -374
- package/lib/cjs/pointcloud/model/PointCloudReader.d.ts +156 -156
- package/lib/cjs/pointcloud/model/PointCloudReader.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/PointCloudReader.js +189 -189
- package/lib/cjs/pointcloud/model/PointData.d.ts +17 -17
- package/lib/cjs/pointcloud/model/PointData.js +24 -24
- package/lib/cjs/pointcloud/model/PointDataRaw.d.ts +34 -34
- package/lib/cjs/pointcloud/model/PointDataRaw.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/PointDataRaw.js +69 -69
- package/lib/cjs/pointcloud/model/PointDataRaw.js.map +1 -1
- package/lib/cjs/pointcloud/model/ReadRequest.d.ts +175 -175
- package/lib/cjs/pointcloud/model/ReadRequest.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/ReadRequest.js +239 -239
- package/lib/cjs/pointcloud/model/ReadRequest.js.map +1 -1
- package/lib/cjs/pointcloud/model/StandardAttributes.d.ts +40 -40
- package/lib/cjs/pointcloud/model/StandardAttributes.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/StandardAttributes.js +47 -47
- package/lib/cjs/pointcloud/model/StandardAttributes.js.map +1 -1
- package/lib/cjs/pointcloud/model/TileIndex.d.ts +47 -47
- package/lib/cjs/pointcloud/model/TileIndex.d.ts.map +1 -1
- package/lib/cjs/pointcloud/model/TileIndex.js +47 -47
- package/lib/cjs/pointcloud/render/AViewRequest.d.ts +38 -38
- package/lib/cjs/pointcloud/render/AViewRequest.d.ts.map +1 -1
- package/lib/cjs/pointcloud/render/AViewRequest.js +24 -24
- package/lib/cjs/pointcloud/render/Block.d.ts +67 -67
- package/lib/cjs/pointcloud/render/Block.js +119 -119
- package/lib/cjs/pointcloud/render/DataManager.d.ts +136 -136
- package/lib/cjs/pointcloud/render/DataManager.d.ts.map +1 -1
- package/lib/cjs/pointcloud/render/DataManager.js +342 -342
- package/lib/cjs/pointcloud/render/DataManager.js.map +1 -1
- package/lib/cjs/pointcloud/render/FrameData.d.ts +30 -30
- package/lib/cjs/pointcloud/render/FrameData.js +39 -39
- package/lib/cjs/pointcloud/render/Level.d.ts +90 -90
- package/lib/cjs/pointcloud/render/Level.d.ts.map +1 -1
- package/lib/cjs/pointcloud/render/Level.js +119 -119
- package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts +60 -60
- package/lib/cjs/pointcloud/render/TileLoadSorter.d.ts.map +1 -1
- package/lib/cjs/pointcloud/render/TileLoadSorter.js +99 -99
- package/lib/cjs/pointcloud/render/TileLoadSorter.js.map +1 -1
- package/lib/cjs/pointcloud/render/ViewTree.d.ts +113 -113
- package/lib/cjs/pointcloud/render/ViewTree.d.ts.map +1 -1
- package/lib/cjs/pointcloud/render/ViewTree.js +363 -363
- package/lib/cjs/pointcloud/render/ViewTree.js.map +1 -1
- package/lib/cjs/spatial/crs/CRSEngine.d.ts +55 -55
- package/lib/cjs/spatial/crs/CRSEngine.js +93 -93
- package/lib/cjs/spatial/crs/CRSManager.d.ts +49 -49
- package/lib/cjs/spatial/crs/CRSManager.js +109 -109
- package/lib/cjs/spatial/crs/CRSManager.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Axis.d.ts +77 -77
- package/lib/cjs/spatial/ecrs/Axis.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Axis.js +93 -93
- package/lib/cjs/spatial/ecrs/CRS.d.ts +447 -447
- package/lib/cjs/spatial/ecrs/CRS.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/CRS.js +930 -930
- package/lib/cjs/spatial/ecrs/CRS.js.map +1 -1
- package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts +142 -142
- package/lib/cjs/spatial/ecrs/CoordinateSystem.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/CoordinateSystem.js +326 -326
- package/lib/cjs/spatial/ecrs/CoordinateSystem.js.map +1 -1
- package/lib/cjs/spatial/ecrs/DataFileUnit.d.ts +10 -10
- package/lib/cjs/spatial/ecrs/DataFileUnit.js +104 -104
- package/lib/cjs/spatial/ecrs/DataFileUnit.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Datum.d.ts +111 -111
- package/lib/cjs/spatial/ecrs/Datum.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Datum.js +166 -166
- package/lib/cjs/spatial/ecrs/Datum.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts +188 -188
- package/lib/cjs/spatial/ecrs/Ellipsoid.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Ellipsoid.js +336 -336
- package/lib/cjs/spatial/ecrs/OnlineEngine.d.ts +48 -48
- package/lib/cjs/spatial/ecrs/OnlineEngine.js +102 -102
- package/lib/cjs/spatial/ecrs/OnlineEngine.js.map +1 -1
- package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts +37 -37
- package/lib/cjs/spatial/ecrs/OnlineRegistry.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/OnlineRegistry.js +76 -76
- package/lib/cjs/spatial/ecrs/OnlineRegistry.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Operation.d.ts +191 -191
- package/lib/cjs/spatial/ecrs/Operation.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Operation.js +345 -345
- package/lib/cjs/spatial/ecrs/Operation.js.map +1 -1
- package/lib/cjs/spatial/ecrs/OperationMethod.d.ts +71 -71
- package/lib/cjs/spatial/ecrs/OperationMethod.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/OperationMethod.js +75 -75
- package/lib/cjs/spatial/ecrs/ParameterValue.d.ts +49 -49
- package/lib/cjs/spatial/ecrs/ParameterValue.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/ParameterValue.js +65 -65
- package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts +72 -72
- package/lib/cjs/spatial/ecrs/ParameterValueList.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/ParameterValueList.js +120 -120
- package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts +78 -78
- package/lib/cjs/spatial/ecrs/PrimeMeridian.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/PrimeMeridian.js +108 -108
- package/lib/cjs/spatial/ecrs/Registry.d.ts +109 -109
- package/lib/cjs/spatial/ecrs/Registry.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Registry.js +207 -207
- package/lib/cjs/spatial/ecrs/Registry.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Transform.d.ts +77 -77
- package/lib/cjs/spatial/ecrs/Transform.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Transform.js +396 -396
- package/lib/cjs/spatial/ecrs/Transform.js.map +1 -1
- package/lib/cjs/spatial/ecrs/Unit.d.ts +170 -170
- package/lib/cjs/spatial/ecrs/Unit.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/Unit.js +336 -336
- package/lib/cjs/spatial/ecrs/Unit.js.map +1 -1
- package/lib/cjs/spatial/ecrs/VerticalModel.d.ts +69 -69
- package/lib/cjs/spatial/ecrs/VerticalModel.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/VerticalModel.js +88 -88
- package/lib/cjs/spatial/ecrs/WellKnownText.d.ts +153 -153
- package/lib/cjs/spatial/ecrs/WellKnownText.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/WellKnownText.js +494 -494
- package/lib/cjs/spatial/ecrs/WellKnownText.js.map +1 -1
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts +69 -69
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/WellKnownTextNode.js +128 -128
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts +101 -101
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js +162 -162
- package/lib/cjs/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +79 -79
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js +125 -125
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +47 -47
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +73 -73
- package/lib/cjs/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts +72 -72
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js +129 -129
- package/lib/cjs/spatial/ecrs/projection/LambertConical1SP.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts +120 -120
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js +179 -179
- package/lib/cjs/spatial/ecrs/projection/LambertConical2SP.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts +73 -73
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js +112 -112
- package/lib/cjs/spatial/ecrs/projection/Mercator1SP.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts +96 -96
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js +173 -173
- package/lib/cjs/spatial/ecrs/projection/ObliqueMercator.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts +123 -123
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js +208 -208
- package/lib/cjs/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts +108 -108
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js +183 -183
- package/lib/cjs/spatial/ecrs/projection/TransverseMercator.js.map +1 -1
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts +90 -90
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -1
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.js +130 -130
- package/lib/cjs/spatial/ecrs/transformation/PositionVector.js.map +1 -1
- package/lib/cjs/spatial/geom/Bounds.d.ts +33 -33
- package/lib/cjs/spatial/geom/Bounds.d.ts.map +1 -1
- package/lib/cjs/spatial/geom/Bounds.js +156 -156
- package/lib/cjs/spatial/geom/Coordinate.d.ts +61 -61
- package/lib/cjs/spatial/geom/Coordinate.d.ts.map +1 -1
- package/lib/cjs/spatial/geom/Coordinate.js +186 -186
- package/lib/cjs/spatial/geom/Line.d.ts +225 -225
- package/lib/cjs/spatial/geom/Line.d.ts.map +1 -1
- package/lib/cjs/spatial/geom/Line.js +432 -432
- package/lib/cjs/spatial/geom/Transform.d.ts +340 -340
- package/lib/cjs/spatial/geom/Transform.d.ts.map +1 -1
- package/lib/cjs/spatial/geom/Transform.js +748 -748
- package/lib/cjs/system/buffer/ABuffer.d.ts +51 -51
- package/lib/cjs/system/buffer/ABuffer.d.ts.map +1 -1
- package/lib/cjs/system/buffer/ABuffer.js +90 -90
- package/lib/cjs/system/buffer/Float32Buffer.d.ts +46 -46
- package/lib/cjs/system/buffer/Float32Buffer.d.ts.map +1 -1
- package/lib/cjs/system/buffer/Float32Buffer.js +60 -60
- package/lib/cjs/system/buffer/Float32Buffer.js.map +1 -1
- package/lib/cjs/system/buffer/LittleEndian.d.ts +149 -149
- package/lib/cjs/system/buffer/LittleEndian.d.ts.map +1 -1
- package/lib/cjs/system/buffer/LittleEndian.js +303 -303
- package/lib/cjs/system/buffer/Uint16Buffer.d.ts +49 -49
- package/lib/cjs/system/buffer/Uint16Buffer.d.ts.map +1 -1
- package/lib/cjs/system/buffer/Uint16Buffer.js +65 -65
- package/lib/cjs/system/buffer/Uint16Buffer.js.map +1 -1
- package/lib/cjs/system/buffer/Uint8Buffer.d.ts +49 -49
- package/lib/cjs/system/buffer/Uint8Buffer.d.ts.map +1 -1
- package/lib/cjs/system/buffer/Uint8Buffer.js +65 -65
- package/lib/cjs/system/buffer/Uint8Buffer.js.map +1 -1
- package/lib/cjs/system/collection/AList.d.ts +30 -30
- package/lib/cjs/system/collection/AList.d.ts.map +1 -1
- package/lib/cjs/system/collection/AList.js +70 -70
- package/lib/cjs/system/collection/IntMap.d.ts +18 -18
- package/lib/cjs/system/collection/IntMap.d.ts.map +1 -1
- package/lib/cjs/system/collection/IntMap.js +35 -35
- package/lib/cjs/system/collection/StringMap.d.ts +26 -26
- package/lib/cjs/system/collection/StringMap.d.ts.map +1 -1
- package/lib/cjs/system/collection/StringMap.js +63 -63
- package/lib/cjs/system/io/ABufferInStream.d.ts +29 -29
- package/lib/cjs/system/io/ABufferInStream.d.ts.map +1 -1
- package/lib/cjs/system/io/ABufferInStream.js +46 -46
- package/lib/cjs/system/io/InStream.d.ts +23 -23
- package/lib/cjs/system/io/InStream.d.ts.map +1 -1
- package/lib/cjs/system/io/InStream.js +34 -34
- package/lib/cjs/system/io/OutStream.d.ts +23 -23
- package/lib/cjs/system/io/OutStream.d.ts.map +1 -1
- package/lib/cjs/system/io/OutStream.js +33 -33
- package/lib/cjs/system/runtime/ALong.d.ts +329 -329
- package/lib/cjs/system/runtime/ALong.d.ts.map +1 -1
- package/lib/cjs/system/runtime/ALong.js +687 -687
- package/lib/cjs/system/runtime/ALong.js.map +1 -1
- package/lib/cjs/system/runtime/ASystem.d.ts +14 -14
- package/lib/cjs/system/runtime/ASystem.js +31 -31
- package/lib/cjs/system/runtime/ASystem.js.map +1 -1
- package/lib/cjs/system/runtime/Downloader.d.ts +17 -17
- package/lib/cjs/system/runtime/Downloader.js +38 -38
- package/lib/cjs/system/runtime/Downloader.js.map +1 -1
- package/lib/cjs/system/runtime/DownloaderNode.d.ts +18 -18
- package/lib/cjs/system/runtime/DownloaderNode.js +129 -129
- package/lib/cjs/system/runtime/DownloaderXhr.d.ts +18 -18
- package/lib/cjs/system/runtime/DownloaderXhr.js +131 -131
- package/lib/cjs/system/runtime/Message.d.ts +16 -16
- package/lib/cjs/system/runtime/Message.js +39 -39
- package/lib/cjs/system/runtime/Message.js.map +1 -1
- package/lib/cjs/system/runtime/Numbers.d.ts +34 -34
- package/lib/cjs/system/runtime/Numbers.d.ts.map +1 -1
- package/lib/cjs/system/runtime/Numbers.js +87 -87
- package/lib/cjs/system/runtime/Numbers.js.map +1 -1
- package/lib/cjs/system/runtime/Strings.d.ts +49 -49
- package/lib/cjs/system/runtime/Strings.d.ts.map +1 -1
- package/lib/cjs/system/runtime/Strings.js +188 -188
- package/lib/cjs/system/runtime/Strings.js.map +1 -1
- package/lib/cjs/system/runtime/iComparator.d.ts +12 -12
- package/lib/cjs/system/runtime/iComparator.d.ts.map +1 -1
- package/lib/cjs/system/runtime/iComparator.js +9 -9
- package/lib/cjs/system/storage/CacheList.d.ts +39 -39
- package/lib/cjs/system/storage/CacheList.d.ts.map +1 -1
- package/lib/cjs/system/storage/CacheList.js +80 -80
- package/lib/cjs/system/storage/CachedItem.d.ts +21 -21
- package/lib/cjs/system/storage/CachedItem.d.ts.map +1 -1
- package/lib/cjs/system/storage/CachedItem.js +25 -25
- package/lib/cjs/system/storage/ContentLoader.d.ts +64 -64
- package/lib/cjs/system/storage/ContentLoader.d.ts.map +1 -1
- package/lib/cjs/system/storage/ContentLoader.js +95 -95
- package/lib/cjs/system/storage/ContentLoader.js.map +1 -1
- package/lib/cjs/system/storage/FileContent.d.ts +19 -19
- package/lib/cjs/system/storage/FileContent.js +24 -24
- package/lib/cjs/system/storage/FileRange.d.ts +20 -20
- package/lib/cjs/system/storage/FileRange.d.ts.map +1 -1
- package/lib/cjs/system/storage/FileRange.js +24 -24
- package/lib/cjs/system/storage/FileStorage.d.ts +44 -44
- package/lib/cjs/system/storage/FileStorage.d.ts.map +1 -1
- package/lib/cjs/system/storage/FileStorage.js +62 -62
- package/lib/cjs/system/storage/NodeFS.d.ts +41 -41
- package/lib/cjs/system/storage/NodeFS.d.ts.map +1 -1
- package/lib/cjs/system/storage/NodeFS.js +79 -79
- package/lib/cjs/system/storage/PageCachedFile.d.ts +54 -54
- package/lib/cjs/system/storage/PageCachedFile.d.ts.map +1 -1
- package/lib/cjs/system/storage/PageCachedFile.js +165 -165
- package/lib/cjs/system/storage/UrlFS.d.ts +53 -53
- package/lib/cjs/system/storage/UrlFS.d.ts.map +1 -1
- package/lib/cjs/system/storage/UrlFS.js +114 -114
- package/lib/cjs/system/storage/UrlFS.js.map +1 -1
- package/lib/esm/core-orbitgt.d.ts +26 -26
- package/lib/esm/core-orbitgt.js +31 -31
- package/lib/esm/pointcloud/format/opc/AttributeMask.d.ts +30 -30
- package/lib/esm/pointcloud/format/opc/AttributeMask.js +43 -43
- package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts +63 -63
- package/lib/esm/pointcloud/format/opc/AttributeReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/AttributeReader.js +20 -20
- package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts +54 -54
- package/lib/esm/pointcloud/format/opc/BlockRecord.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/BlockRecord.js +81 -80
- package/lib/esm/pointcloud/format/opc/BlockRecord.js.map +1 -1
- package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts +85 -85
- package/lib/esm/pointcloud/format/opc/ContainerFile.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/ContainerFile.js +196 -195
- package/lib/esm/pointcloud/format/opc/ContainerFile.js.map +1 -1
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.d.ts +55 -55
- package/lib/esm/pointcloud/format/opc/ContainerFilePart.js +71 -71
- package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts +75 -75
- package/lib/esm/pointcloud/format/opc/DirectoryReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/DirectoryReader.js +165 -165
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts +59 -59
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/DirectoryRecord.js +85 -85
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts +106 -106
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/EmbeddedAttributeReader.js +193 -193
- package/lib/esm/pointcloud/format/opc/FileAccess.d.ts +39 -39
- package/lib/esm/pointcloud/format/opc/FileAccess.js +44 -44
- package/lib/esm/pointcloud/format/opc/FileReader.d.ts +118 -118
- package/lib/esm/pointcloud/format/opc/FileReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/FileReader.js +245 -244
- package/lib/esm/pointcloud/format/opc/FileReader.js.map +1 -1
- package/lib/esm/pointcloud/format/opc/FileRecord.d.ts +89 -89
- package/lib/esm/pointcloud/format/opc/FileRecord.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/FileRecord.js +121 -121
- package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts +79 -79
- package/lib/esm/pointcloud/format/opc/GeometryReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/GeometryReader.js +160 -159
- package/lib/esm/pointcloud/format/opc/GeometryReader.js.map +1 -1
- package/lib/esm/pointcloud/format/opc/GeometryRecord.d.ts +53 -53
- package/lib/esm/pointcloud/format/opc/GeometryRecord.js +103 -103
- package/lib/esm/pointcloud/format/opc/OPCReader.d.ts +157 -157
- package/lib/esm/pointcloud/format/opc/OPCReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/OPCReader.js +315 -315
- package/lib/esm/pointcloud/format/opc/OPCReader.js.map +1 -1
- package/lib/esm/pointcloud/format/opc/PointReader.d.ts +72 -72
- package/lib/esm/pointcloud/format/opc/PointReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/PointReader.js +148 -148
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts +63 -63
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/TileReadBuffer.js +88 -88
- package/lib/esm/pointcloud/format/opc/TileRecord.d.ts +88 -88
- package/lib/esm/pointcloud/format/opc/TileRecord.d.ts.map +1 -1
- package/lib/esm/pointcloud/format/opc/TileRecord.js +158 -157
- package/lib/esm/pointcloud/format/opc/TileRecord.js.map +1 -1
- package/lib/esm/pointcloud/model/AttributeTypes.d.ts +37 -37
- package/lib/esm/pointcloud/model/AttributeTypes.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/AttributeTypes.js +61 -60
- package/lib/esm/pointcloud/model/AttributeTypes.js.map +1 -1
- package/lib/esm/pointcloud/model/AttributeValue.d.ts +247 -247
- package/lib/esm/pointcloud/model/AttributeValue.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/AttributeValue.js +505 -504
- package/lib/esm/pointcloud/model/AttributeValue.js.map +1 -1
- package/lib/esm/pointcloud/model/BlockIndex.d.ts +49 -49
- package/lib/esm/pointcloud/model/BlockIndex.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/BlockIndex.js +44 -44
- package/lib/esm/pointcloud/model/CloudPoint.d.ts +210 -210
- package/lib/esm/pointcloud/model/CloudPoint.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/CloudPoint.js +315 -314
- package/lib/esm/pointcloud/model/CloudPoint.js.map +1 -1
- package/lib/esm/pointcloud/model/Grid.d.ts +91 -91
- package/lib/esm/pointcloud/model/Grid.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/Grid.js +125 -125
- package/lib/esm/pointcloud/model/GridIndex.d.ts +66 -66
- package/lib/esm/pointcloud/model/GridIndex.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/GridIndex.js +89 -89
- package/lib/esm/pointcloud/model/PointAttribute.d.ts +208 -208
- package/lib/esm/pointcloud/model/PointAttribute.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/PointAttribute.js +370 -370
- package/lib/esm/pointcloud/model/PointCloudReader.d.ts +156 -156
- package/lib/esm/pointcloud/model/PointCloudReader.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/PointCloudReader.js +185 -185
- package/lib/esm/pointcloud/model/PointData.d.ts +17 -17
- package/lib/esm/pointcloud/model/PointData.js +20 -20
- package/lib/esm/pointcloud/model/PointDataRaw.d.ts +34 -34
- package/lib/esm/pointcloud/model/PointDataRaw.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/PointDataRaw.js +66 -65
- package/lib/esm/pointcloud/model/PointDataRaw.js.map +1 -1
- package/lib/esm/pointcloud/model/ReadRequest.d.ts +175 -175
- package/lib/esm/pointcloud/model/ReadRequest.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/ReadRequest.js +236 -235
- package/lib/esm/pointcloud/model/ReadRequest.js.map +1 -1
- package/lib/esm/pointcloud/model/StandardAttributes.d.ts +40 -40
- package/lib/esm/pointcloud/model/StandardAttributes.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/StandardAttributes.js +44 -43
- package/lib/esm/pointcloud/model/StandardAttributes.js.map +1 -1
- package/lib/esm/pointcloud/model/TileIndex.d.ts +47 -47
- package/lib/esm/pointcloud/model/TileIndex.d.ts.map +1 -1
- package/lib/esm/pointcloud/model/TileIndex.js +43 -43
- package/lib/esm/pointcloud/render/AViewRequest.d.ts +38 -38
- package/lib/esm/pointcloud/render/AViewRequest.d.ts.map +1 -1
- package/lib/esm/pointcloud/render/AViewRequest.js +20 -20
- package/lib/esm/pointcloud/render/Block.d.ts +67 -67
- package/lib/esm/pointcloud/render/Block.js +115 -115
- package/lib/esm/pointcloud/render/DataManager.d.ts +136 -136
- package/lib/esm/pointcloud/render/DataManager.d.ts.map +1 -1
- package/lib/esm/pointcloud/render/DataManager.js +339 -338
- package/lib/esm/pointcloud/render/DataManager.js.map +1 -1
- package/lib/esm/pointcloud/render/FrameData.d.ts +30 -30
- package/lib/esm/pointcloud/render/FrameData.js +35 -35
- package/lib/esm/pointcloud/render/Level.d.ts +90 -90
- package/lib/esm/pointcloud/render/Level.d.ts.map +1 -1
- package/lib/esm/pointcloud/render/Level.js +115 -115
- package/lib/esm/pointcloud/render/TileLoadSorter.d.ts +60 -60
- package/lib/esm/pointcloud/render/TileLoadSorter.d.ts.map +1 -1
- package/lib/esm/pointcloud/render/TileLoadSorter.js +96 -95
- package/lib/esm/pointcloud/render/TileLoadSorter.js.map +1 -1
- package/lib/esm/pointcloud/render/ViewTree.d.ts +113 -113
- package/lib/esm/pointcloud/render/ViewTree.d.ts.map +1 -1
- package/lib/esm/pointcloud/render/ViewTree.js +360 -359
- package/lib/esm/pointcloud/render/ViewTree.js.map +1 -1
- package/lib/esm/spatial/crs/CRSEngine.d.ts +55 -55
- package/lib/esm/spatial/crs/CRSEngine.js +89 -89
- package/lib/esm/spatial/crs/CRSManager.d.ts +49 -49
- package/lib/esm/spatial/crs/CRSManager.js +106 -105
- package/lib/esm/spatial/crs/CRSManager.js.map +1 -1
- package/lib/esm/spatial/ecrs/Axis.d.ts +77 -77
- package/lib/esm/spatial/ecrs/Axis.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Axis.js +89 -89
- package/lib/esm/spatial/ecrs/CRS.d.ts +447 -447
- package/lib/esm/spatial/ecrs/CRS.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/CRS.js +927 -926
- package/lib/esm/spatial/ecrs/CRS.js.map +1 -1
- package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts +142 -142
- package/lib/esm/spatial/ecrs/CoordinateSystem.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/CoordinateSystem.js +323 -322
- package/lib/esm/spatial/ecrs/CoordinateSystem.js.map +1 -1
- package/lib/esm/spatial/ecrs/DataFileUnit.d.ts +10 -10
- package/lib/esm/spatial/ecrs/DataFileUnit.js +101 -100
- package/lib/esm/spatial/ecrs/DataFileUnit.js.map +1 -1
- package/lib/esm/spatial/ecrs/Datum.d.ts +111 -111
- package/lib/esm/spatial/ecrs/Datum.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Datum.js +163 -162
- package/lib/esm/spatial/ecrs/Datum.js.map +1 -1
- package/lib/esm/spatial/ecrs/Ellipsoid.d.ts +188 -188
- package/lib/esm/spatial/ecrs/Ellipsoid.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Ellipsoid.js +332 -332
- package/lib/esm/spatial/ecrs/OnlineEngine.d.ts +48 -48
- package/lib/esm/spatial/ecrs/OnlineEngine.js +98 -98
- package/lib/esm/spatial/ecrs/OnlineEngine.js.map +1 -1
- package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts +37 -37
- package/lib/esm/spatial/ecrs/OnlineRegistry.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/OnlineRegistry.js +73 -72
- package/lib/esm/spatial/ecrs/OnlineRegistry.js.map +1 -1
- package/lib/esm/spatial/ecrs/Operation.d.ts +191 -191
- package/lib/esm/spatial/ecrs/Operation.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Operation.js +342 -341
- package/lib/esm/spatial/ecrs/Operation.js.map +1 -1
- package/lib/esm/spatial/ecrs/OperationMethod.d.ts +71 -71
- package/lib/esm/spatial/ecrs/OperationMethod.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/OperationMethod.js +71 -71
- package/lib/esm/spatial/ecrs/ParameterValue.d.ts +49 -49
- package/lib/esm/spatial/ecrs/ParameterValue.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/ParameterValue.js +61 -61
- package/lib/esm/spatial/ecrs/ParameterValueList.d.ts +72 -72
- package/lib/esm/spatial/ecrs/ParameterValueList.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/ParameterValueList.js +116 -116
- package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts +78 -78
- package/lib/esm/spatial/ecrs/PrimeMeridian.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/PrimeMeridian.js +104 -104
- package/lib/esm/spatial/ecrs/Registry.d.ts +109 -109
- package/lib/esm/spatial/ecrs/Registry.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Registry.js +204 -203
- package/lib/esm/spatial/ecrs/Registry.js.map +1 -1
- package/lib/esm/spatial/ecrs/Transform.d.ts +77 -77
- package/lib/esm/spatial/ecrs/Transform.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Transform.js +393 -392
- package/lib/esm/spatial/ecrs/Transform.js.map +1 -1
- package/lib/esm/spatial/ecrs/Unit.d.ts +170 -170
- package/lib/esm/spatial/ecrs/Unit.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/Unit.js +333 -332
- package/lib/esm/spatial/ecrs/Unit.js.map +1 -1
- package/lib/esm/spatial/ecrs/VerticalModel.d.ts +69 -69
- package/lib/esm/spatial/ecrs/VerticalModel.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/VerticalModel.js +84 -84
- package/lib/esm/spatial/ecrs/WellKnownText.d.ts +153 -153
- package/lib/esm/spatial/ecrs/WellKnownText.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/WellKnownText.js +491 -490
- package/lib/esm/spatial/ecrs/WellKnownText.js.map +1 -1
- package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts +69 -69
- package/lib/esm/spatial/ecrs/WellKnownTextNode.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/WellKnownTextNode.js +124 -124
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts +101 -101
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js +159 -158
- package/lib/esm/spatial/ecrs/projection/HotineObliqueMercator.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts +79 -79
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js +122 -121
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConic.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts +47 -47
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js +70 -69
- package/lib/esm/spatial/ecrs/projection/KrovakObliqueConformalConicEN.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts +72 -72
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js +126 -125
- package/lib/esm/spatial/ecrs/projection/LambertConical1SP.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts +120 -120
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js +176 -175
- package/lib/esm/spatial/ecrs/projection/LambertConical2SP.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts +73 -73
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.js +109 -108
- package/lib/esm/spatial/ecrs/projection/Mercator1SP.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts +96 -96
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js +170 -169
- package/lib/esm/spatial/ecrs/projection/ObliqueMercator.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts +123 -123
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js +205 -204
- package/lib/esm/spatial/ecrs/projection/ObliqueStereographic.js.map +1 -1
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts +108 -108
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.js +180 -179
- package/lib/esm/spatial/ecrs/projection/TransverseMercator.js.map +1 -1
- package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts +90 -90
- package/lib/esm/spatial/ecrs/transformation/PositionVector.d.ts.map +1 -1
- package/lib/esm/spatial/ecrs/transformation/PositionVector.js +127 -126
- package/lib/esm/spatial/ecrs/transformation/PositionVector.js.map +1 -1
- package/lib/esm/spatial/geom/Bounds.d.ts +33 -33
- package/lib/esm/spatial/geom/Bounds.d.ts.map +1 -1
- package/lib/esm/spatial/geom/Bounds.js +152 -152
- package/lib/esm/spatial/geom/Coordinate.d.ts +61 -61
- package/lib/esm/spatial/geom/Coordinate.d.ts.map +1 -1
- package/lib/esm/spatial/geom/Coordinate.js +182 -182
- package/lib/esm/spatial/geom/Line.d.ts +225 -225
- package/lib/esm/spatial/geom/Line.d.ts.map +1 -1
- package/lib/esm/spatial/geom/Line.js +428 -428
- package/lib/esm/spatial/geom/Transform.d.ts +340 -340
- package/lib/esm/spatial/geom/Transform.d.ts.map +1 -1
- package/lib/esm/spatial/geom/Transform.js +744 -744
- package/lib/esm/system/buffer/ABuffer.d.ts +51 -51
- package/lib/esm/system/buffer/ABuffer.d.ts.map +1 -1
- package/lib/esm/system/buffer/ABuffer.js +86 -86
- package/lib/esm/system/buffer/Float32Buffer.d.ts +46 -46
- package/lib/esm/system/buffer/Float32Buffer.d.ts.map +1 -1
- package/lib/esm/system/buffer/Float32Buffer.js +57 -56
- package/lib/esm/system/buffer/Float32Buffer.js.map +1 -1
- package/lib/esm/system/buffer/LittleEndian.d.ts +149 -149
- package/lib/esm/system/buffer/LittleEndian.d.ts.map +1 -1
- package/lib/esm/system/buffer/LittleEndian.js +299 -299
- package/lib/esm/system/buffer/Uint16Buffer.d.ts +49 -49
- package/lib/esm/system/buffer/Uint16Buffer.d.ts.map +1 -1
- package/lib/esm/system/buffer/Uint16Buffer.js +62 -61
- package/lib/esm/system/buffer/Uint16Buffer.js.map +1 -1
- package/lib/esm/system/buffer/Uint8Buffer.d.ts +49 -49
- package/lib/esm/system/buffer/Uint8Buffer.d.ts.map +1 -1
- package/lib/esm/system/buffer/Uint8Buffer.js +62 -61
- package/lib/esm/system/buffer/Uint8Buffer.js.map +1 -1
- package/lib/esm/system/collection/AList.d.ts +30 -30
- package/lib/esm/system/collection/AList.d.ts.map +1 -1
- package/lib/esm/system/collection/AList.js +66 -66
- package/lib/esm/system/collection/IntMap.d.ts +18 -18
- package/lib/esm/system/collection/IntMap.d.ts.map +1 -1
- package/lib/esm/system/collection/IntMap.js +31 -31
- package/lib/esm/system/collection/StringMap.d.ts +26 -26
- package/lib/esm/system/collection/StringMap.d.ts.map +1 -1
- package/lib/esm/system/collection/StringMap.js +59 -59
- package/lib/esm/system/io/ABufferInStream.d.ts +29 -29
- package/lib/esm/system/io/ABufferInStream.d.ts.map +1 -1
- package/lib/esm/system/io/ABufferInStream.js +42 -42
- package/lib/esm/system/io/InStream.d.ts +23 -23
- package/lib/esm/system/io/InStream.d.ts.map +1 -1
- package/lib/esm/system/io/InStream.js +30 -30
- package/lib/esm/system/io/OutStream.d.ts +23 -23
- package/lib/esm/system/io/OutStream.d.ts.map +1 -1
- package/lib/esm/system/io/OutStream.js +29 -29
- package/lib/esm/system/runtime/ALong.d.ts +329 -329
- package/lib/esm/system/runtime/ALong.d.ts.map +1 -1
- package/lib/esm/system/runtime/ALong.js +684 -683
- package/lib/esm/system/runtime/ALong.js.map +1 -1
- package/lib/esm/system/runtime/ASystem.d.ts +14 -14
- package/lib/esm/system/runtime/ASystem.js +28 -27
- package/lib/esm/system/runtime/ASystem.js.map +1 -1
- package/lib/esm/system/runtime/Downloader.d.ts +17 -17
- package/lib/esm/system/runtime/Downloader.js +35 -34
- package/lib/esm/system/runtime/Downloader.js.map +1 -1
- package/lib/esm/system/runtime/DownloaderNode.d.ts +18 -18
- package/lib/esm/system/runtime/DownloaderNode.js +125 -125
- package/lib/esm/system/runtime/DownloaderXhr.d.ts +18 -18
- package/lib/esm/system/runtime/DownloaderXhr.js +127 -127
- package/lib/esm/system/runtime/Message.d.ts +16 -16
- package/lib/esm/system/runtime/Message.js +36 -35
- package/lib/esm/system/runtime/Message.js.map +1 -1
- package/lib/esm/system/runtime/Numbers.d.ts +34 -34
- package/lib/esm/system/runtime/Numbers.d.ts.map +1 -1
- package/lib/esm/system/runtime/Numbers.js +84 -83
- package/lib/esm/system/runtime/Numbers.js.map +1 -1
- package/lib/esm/system/runtime/Strings.d.ts +49 -49
- package/lib/esm/system/runtime/Strings.d.ts.map +1 -1
- package/lib/esm/system/runtime/Strings.js +185 -184
- package/lib/esm/system/runtime/Strings.js.map +1 -1
- package/lib/esm/system/runtime/iComparator.d.ts +12 -12
- package/lib/esm/system/runtime/iComparator.d.ts.map +1 -1
- package/lib/esm/system/runtime/iComparator.js +8 -8
- package/lib/esm/system/storage/CacheList.d.ts +39 -39
- package/lib/esm/system/storage/CacheList.d.ts.map +1 -1
- package/lib/esm/system/storage/CacheList.js +76 -76
- package/lib/esm/system/storage/CachedItem.d.ts +21 -21
- package/lib/esm/system/storage/CachedItem.d.ts.map +1 -1
- package/lib/esm/system/storage/CachedItem.js +21 -21
- package/lib/esm/system/storage/ContentLoader.d.ts +64 -64
- package/lib/esm/system/storage/ContentLoader.d.ts.map +1 -1
- package/lib/esm/system/storage/ContentLoader.js +92 -91
- package/lib/esm/system/storage/ContentLoader.js.map +1 -1
- package/lib/esm/system/storage/FileContent.d.ts +19 -19
- package/lib/esm/system/storage/FileContent.js +20 -20
- package/lib/esm/system/storage/FileRange.d.ts +20 -20
- package/lib/esm/system/storage/FileRange.d.ts.map +1 -1
- package/lib/esm/system/storage/FileRange.js +20 -20
- package/lib/esm/system/storage/FileStorage.d.ts +44 -44
- package/lib/esm/system/storage/FileStorage.d.ts.map +1 -1
- package/lib/esm/system/storage/FileStorage.js +58 -58
- package/lib/esm/system/storage/NodeFS.d.ts +41 -41
- package/lib/esm/system/storage/NodeFS.d.ts.map +1 -1
- package/lib/esm/system/storage/NodeFS.js +75 -75
- package/lib/esm/system/storage/PageCachedFile.d.ts +54 -54
- package/lib/esm/system/storage/PageCachedFile.d.ts.map +1 -1
- package/lib/esm/system/storage/PageCachedFile.js +161 -161
- package/lib/esm/system/storage/UrlFS.d.ts +53 -53
- package/lib/esm/system/storage/UrlFS.d.ts.map +1 -1
- package/lib/esm/system/storage/UrlFS.js +110 -110
- package/lib/esm/system/storage/UrlFS.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,341 +1,341 @@
|
|
|
1
|
-
/** @packageDocumentation
|
|
2
|
-
* @module OrbitGT
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { Bounds } from "./Bounds";
|
|
7
|
-
import { Coordinate } from "./Coordinate";
|
|
8
|
-
/**
|
|
9
|
-
* Class Transform defines a generic 3D transformation.
|
|
10
|
-
*
|
|
11
|
-
* @version 1.0 November 2015
|
|
12
|
-
*/
|
|
13
|
-
/** @internal */
|
|
14
|
-
export declare class Transform {
|
|
15
|
-
/** The 16 elements (row major order) */
|
|
16
|
-
private _elements;
|
|
17
|
-
/**
|
|
18
|
-
* Create a new (identity) transform.
|
|
19
|
-
*/
|
|
20
|
-
constructor();
|
|
21
|
-
/**
|
|
22
|
-
* Create a new (identity) transform.
|
|
23
|
-
*/
|
|
24
|
-
static create(): Transform;
|
|
25
|
-
/**
|
|
26
|
-
* Create a transformation from elements.
|
|
27
|
-
* @param elements the 16 matrix elements (row major order).
|
|
28
|
-
* @return the transformation.
|
|
29
|
-
*/
|
|
30
|
-
static fromRowMajor(elements: Float64Array): Transform;
|
|
31
|
-
/**
|
|
32
|
-
* Create a transformation from elements.
|
|
33
|
-
* @param elements the 16 matrix elements (column major order).
|
|
34
|
-
* @return the transformation.
|
|
35
|
-
*/
|
|
36
|
-
static fromColumnMajor(elements: Float64Array): Transform;
|
|
37
|
-
/**
|
|
38
|
-
* Create a transformation from elements.
|
|
39
|
-
* @param elements the 9 matrix elements (row major order).
|
|
40
|
-
* @return the transformation.
|
|
41
|
-
*/
|
|
42
|
-
static fromRotationElements(m00: float64, m01: float64, m02: float64, m10: float64, m11: float64, m12: float64, m20: float64, m21: float64, m22: float64): Transform;
|
|
43
|
-
/**
|
|
44
|
-
* Create a transformation from elements.
|
|
45
|
-
* @param elements the 16 matrix elements (row major order).
|
|
46
|
-
* @return the transformation.
|
|
47
|
-
*/
|
|
48
|
-
static fromElements(m00: float64, m01: float64, m02: float64, m03: float64, m10: float64, m11: float64, m12: float64, m13: float64, m20: float64, m21: float64, m22: float64, m23: float64): Transform;
|
|
49
|
-
/**
|
|
50
|
-
* Get an element.
|
|
51
|
-
* @param index the index of the element.
|
|
52
|
-
* @return the element.
|
|
53
|
-
*/
|
|
54
|
-
get(index: int32): float64;
|
|
55
|
-
/**
|
|
56
|
-
* Set an element.
|
|
57
|
-
* @param index the index of the element.
|
|
58
|
-
* @param value the value.
|
|
59
|
-
*/
|
|
60
|
-
set(index: int32, value: float64): void;
|
|
61
|
-
/**
|
|
62
|
-
* Get an element.
|
|
63
|
-
* @param row the row index.
|
|
64
|
-
* @param col the column index.
|
|
65
|
-
* @return the element.
|
|
66
|
-
*/
|
|
67
|
-
getElement(row: int32, col: int32): float64;
|
|
68
|
-
/**
|
|
69
|
-
* Set an element.
|
|
70
|
-
* @param row the row index.
|
|
71
|
-
* @param col the column index.
|
|
72
|
-
* @param value the value.
|
|
73
|
-
*/
|
|
74
|
-
setElement(row: int32, col: int32, value: float64): void;
|
|
75
|
-
/**
|
|
76
|
-
* Get the elements.
|
|
77
|
-
* @return the elements (row major order).
|
|
78
|
-
*/
|
|
79
|
-
getElements(): Float64Array;
|
|
80
|
-
/**
|
|
81
|
-
* Set the elements.
|
|
82
|
-
* @param elements the elements (row major order).
|
|
83
|
-
*/
|
|
84
|
-
setElements(elements: Float64Array): void;
|
|
85
|
-
/**
|
|
86
|
-
* Get the X column.
|
|
87
|
-
* @return the X column.
|
|
88
|
-
*/
|
|
89
|
-
getColumnX(): Coordinate;
|
|
90
|
-
/**
|
|
91
|
-
* Get the Y column.
|
|
92
|
-
* @return the Y column.
|
|
93
|
-
*/
|
|
94
|
-
getColumnY(): Coordinate;
|
|
95
|
-
/**
|
|
96
|
-
* Get the Z column.
|
|
97
|
-
* @return the Z column.
|
|
98
|
-
*/
|
|
99
|
-
getColumnZ(): Coordinate;
|
|
100
|
-
/**
|
|
101
|
-
* Get the translation column.
|
|
102
|
-
* @return the translation column.
|
|
103
|
-
*/
|
|
104
|
-
getTranslation(): Coordinate;
|
|
105
|
-
/**
|
|
106
|
-
* Set the translation.
|
|
107
|
-
* @param tx the x position of the translation.
|
|
108
|
-
* @param ty the y position of the translation.
|
|
109
|
-
* @param tz the z position of the translation.
|
|
110
|
-
* @return the tranformation.
|
|
111
|
-
*/
|
|
112
|
-
setTranslation(tx: float64, ty: float64, tz: float64): Transform;
|
|
113
|
-
/**
|
|
114
|
-
* Clear the translation.
|
|
115
|
-
* @return the tranformation.
|
|
116
|
-
*/
|
|
117
|
-
clearTranslation(): Transform;
|
|
118
|
-
/**
|
|
119
|
-
* Swap two rows.
|
|
120
|
-
* @param row1 the first row.
|
|
121
|
-
* @param row2 the second row.
|
|
122
|
-
*/
|
|
123
|
-
swapRows(row1: int32, row2: int32): void;
|
|
124
|
-
/**
|
|
125
|
-
* Swap two columns.
|
|
126
|
-
* @param col1 the first column.
|
|
127
|
-
* @param col2 the second column.
|
|
128
|
-
*/
|
|
129
|
-
swapColumns(col1: int32, col2: int32): void;
|
|
130
|
-
/**
|
|
131
|
-
* Swap the YZ coordinates.
|
|
132
|
-
*/
|
|
133
|
-
swapYZ(): void;
|
|
134
|
-
/**
|
|
135
|
-
* Calculate the cosine of an angle.
|
|
136
|
-
* @param angle the angle (in degrees).
|
|
137
|
-
* @return the cosine.
|
|
138
|
-
*/
|
|
139
|
-
static cos(angle: float64): float64;
|
|
140
|
-
/**
|
|
141
|
-
* Calculate the sine of an angle.
|
|
142
|
-
* @param angle the angle (in degrees).
|
|
143
|
-
* @return the sine.
|
|
144
|
-
*/
|
|
145
|
-
static sin(angle: float64): float64;
|
|
146
|
-
/**
|
|
147
|
-
* Rotate around the X axis.
|
|
148
|
-
* @param angle the rotation angle (degree).
|
|
149
|
-
*/
|
|
150
|
-
rotateX(angle: float64): void;
|
|
151
|
-
/**
|
|
152
|
-
* Apply a rotation around X axis.
|
|
153
|
-
* @param point the (mutable) point to rotate.
|
|
154
|
-
* @param rotation the (Y->Z,counterclockwise) rotation (degrees).
|
|
155
|
-
*/
|
|
156
|
-
static rotatePointX(point: Coordinate, rotation: float64): void;
|
|
157
|
-
/**
|
|
158
|
-
* Rotate around the Y axis.
|
|
159
|
-
* @param angle the rotation angle (degree).
|
|
160
|
-
*/
|
|
161
|
-
rotateY(angle: float64): void;
|
|
162
|
-
/**
|
|
163
|
-
* Apply a rotation around Y axis.
|
|
164
|
-
* @param point the (mutable) point to rotate.
|
|
165
|
-
* @param rotation the (Z->X,counterclockwise) rotation (degrees).
|
|
166
|
-
*/
|
|
167
|
-
static rotatePointY(point: Coordinate, rotation: float64): void;
|
|
168
|
-
/**
|
|
169
|
-
* Rotate around the Z axis.
|
|
170
|
-
* @param angle the rotation angle (degree).
|
|
171
|
-
*/
|
|
172
|
-
rotateZ(angle: float64): void;
|
|
173
|
-
/**
|
|
174
|
-
* Apply a rotation around Z axis.
|
|
175
|
-
* @param point the (mutable) point to rotate.
|
|
176
|
-
* @param rotation the (X->Y,counterclockwise) rotation (degrees).
|
|
177
|
-
*/
|
|
178
|
-
static rotatePointZ(point: Coordinate, rotation: float64): void;
|
|
179
|
-
/**
|
|
180
|
-
* Multiply two matrices.
|
|
181
|
-
* @param a the first transform.
|
|
182
|
-
* @param b the second transform.
|
|
183
|
-
* @return the result transform (a x b).
|
|
184
|
-
*/
|
|
185
|
-
static multiply2(a: Transform, b: Transform): Transform;
|
|
186
|
-
/**
|
|
187
|
-
* Concatenate a transform.
|
|
188
|
-
* @param transform the transform to concatenate.
|
|
189
|
-
* @return the combined transformation.
|
|
190
|
-
*/
|
|
191
|
-
concat(transform: Transform): Transform;
|
|
192
|
-
/**
|
|
193
|
-
* Multiply.
|
|
194
|
-
* @param transform the transform to multiply with.
|
|
195
|
-
*/
|
|
196
|
-
multiply(transform: Transform): void;
|
|
197
|
-
/**
|
|
198
|
-
* Translate.
|
|
199
|
-
* @param tx the x translation.
|
|
200
|
-
* @param ty the y translation.
|
|
201
|
-
* @param tz the z translation.
|
|
202
|
-
*/
|
|
203
|
-
translate(tx: float64, ty: float64, tz: float64): void;
|
|
204
|
-
/**
|
|
205
|
-
* Translate.
|
|
206
|
-
* @param point the xyz translation.
|
|
207
|
-
*/
|
|
208
|
-
translatePoint(point: Coordinate): void;
|
|
209
|
-
/**
|
|
210
|
-
* Scale.
|
|
211
|
-
* @param sx the x scale.
|
|
212
|
-
* @param sy the y scale.
|
|
213
|
-
* @param sz the z scale.
|
|
214
|
-
*/
|
|
215
|
-
scale(sx: float64, sy: float64, sz: float64): void;
|
|
216
|
-
/**
|
|
217
|
-
* Scale XYZ.
|
|
218
|
-
* @param s the scale.
|
|
219
|
-
*/
|
|
220
|
-
scale3(s: float64): void;
|
|
221
|
-
/**
|
|
222
|
-
* Create the inverse transform.
|
|
223
|
-
* @return the inverse transform.
|
|
224
|
-
*/
|
|
225
|
-
createInverse(): Transform;
|
|
226
|
-
/**
|
|
227
|
-
* Invert.
|
|
228
|
-
*/
|
|
229
|
-
invert(): void;
|
|
230
|
-
/**
|
|
231
|
-
* Create a copy.
|
|
232
|
-
* @return a copy.
|
|
233
|
-
*/
|
|
234
|
-
copy(): Transform;
|
|
235
|
-
/**
|
|
236
|
-
* Create an identity transform.
|
|
237
|
-
* @return the transform.
|
|
238
|
-
*/
|
|
239
|
-
static createIdentity(): Transform;
|
|
240
|
-
/**
|
|
241
|
-
* Create a translation transform.
|
|
242
|
-
* @param tx the x translation.
|
|
243
|
-
* @param ty the y translation.
|
|
244
|
-
* @param tz the z translation.
|
|
245
|
-
* @return the transform.
|
|
246
|
-
*/
|
|
247
|
-
static createTranslation(tx: float64, ty: float64, tz: float64): Transform;
|
|
248
|
-
/**
|
|
249
|
-
* Create a translation transform.
|
|
250
|
-
* @param position the translation.
|
|
251
|
-
* @return the transform.
|
|
252
|
-
*/
|
|
253
|
-
static createTranslation2(position: Coordinate): Transform;
|
|
254
|
-
/**
|
|
255
|
-
* Create a scale transform.
|
|
256
|
-
* @param sx the x translation.
|
|
257
|
-
* @param sy the y translation.
|
|
258
|
-
* @param sz the z translation.
|
|
259
|
-
* @return the transform.
|
|
260
|
-
*/
|
|
261
|
-
static createScale(sx: float64, sy: float64, sz: float64): Transform;
|
|
262
|
-
/**
|
|
263
|
-
* Create a rotation-round-X transform.
|
|
264
|
-
* @param angle the rotation angle (degree).
|
|
265
|
-
* @return the transform.
|
|
266
|
-
*/
|
|
267
|
-
static createRotationX(angle: float64): Transform;
|
|
268
|
-
/**
|
|
269
|
-
* Create a rotation-round-Y transform.
|
|
270
|
-
* @param angle the rotation angle (degree).
|
|
271
|
-
* @return the transform.
|
|
272
|
-
*/
|
|
273
|
-
static createRotationY(angle: float64): Transform;
|
|
274
|
-
/**
|
|
275
|
-
* Create a rotation-round-Z transform.
|
|
276
|
-
* @param angle the rotation angle (degree).
|
|
277
|
-
* @return the transform.
|
|
278
|
-
*/
|
|
279
|
-
static createRotationZ(angle: float64): Transform;
|
|
280
|
-
/**
|
|
281
|
-
* Create a swap YZ transform.
|
|
282
|
-
* @return the transform.
|
|
283
|
-
*/
|
|
284
|
-
static createSwapYZ(): Transform;
|
|
285
|
-
/**
|
|
286
|
-
* Create a transformation from elements.
|
|
287
|
-
* @param elements the elements (row major order)
|
|
288
|
-
* @return the transformation.
|
|
289
|
-
*/
|
|
290
|
-
static createWithElements(elements: Float64Array): Transform;
|
|
291
|
-
/**
|
|
292
|
-
* Create a transformation from columns.
|
|
293
|
-
* @param col0 the first column.
|
|
294
|
-
* @param col1 the second column.
|
|
295
|
-
* @param col2 the third column.
|
|
296
|
-
* @param col3 the fourth column (considered zero if null).
|
|
297
|
-
* @return the transformation.
|
|
298
|
-
*/
|
|
299
|
-
static createWithColumns(col0: Coordinate, col1: Coordinate, col2: Coordinate, col3: Coordinate): Transform;
|
|
300
|
-
/**
|
|
301
|
-
* Create an orthogonal rotation from a quaternion.
|
|
302
|
-
* @param a the first quaternion element (q1).
|
|
303
|
-
* @param b the second quaternion element (q2).
|
|
304
|
-
* @param c the third quaternion element (q3).
|
|
305
|
-
* @param d the fourth quaternion element (q4).
|
|
306
|
-
* @return the rotation matrix.
|
|
307
|
-
*/
|
|
308
|
-
static fromQuaternion(a: float64, b: float64, c: float64, d: float64): Transform;
|
|
309
|
-
/**
|
|
310
|
-
* Transform a point.
|
|
311
|
-
* @param source the source point.
|
|
312
|
-
* @param target the target point (can be same as source).
|
|
313
|
-
* @return the target point.
|
|
314
|
-
*/
|
|
315
|
-
transformTo(source: Coordinate, target: Coordinate): Coordinate;
|
|
316
|
-
/**
|
|
317
|
-
* Transform a point.
|
|
318
|
-
* @param source the source point.
|
|
319
|
-
* @return the target point.
|
|
320
|
-
*/
|
|
321
|
-
transform(source: Coordinate): Coordinate;
|
|
322
|
-
/**
|
|
323
|
-
* Transform bounds.
|
|
324
|
-
* @param bounds the bounds.
|
|
325
|
-
* @return the transformed bounds.
|
|
326
|
-
*/
|
|
327
|
-
transformBounds(bounds: Bounds): Bounds;
|
|
328
|
-
/**
|
|
329
|
-
* Check if the transform matches another transform.
|
|
330
|
-
* @param other the other transform.
|
|
331
|
-
* @return true if same.
|
|
332
|
-
*/
|
|
333
|
-
same(other: Transform): boolean;
|
|
334
|
-
/**
|
|
335
|
-
* The standard toString method.
|
|
336
|
-
* @see Object#toString
|
|
337
|
-
*/
|
|
338
|
-
toString(): string;
|
|
339
|
-
}
|
|
340
|
-
export {};
|
|
1
|
+
/** @packageDocumentation
|
|
2
|
+
* @module OrbitGT
|
|
3
|
+
*/
|
|
4
|
+
type int32 = number;
|
|
5
|
+
type float64 = number;
|
|
6
|
+
import { Bounds } from "./Bounds";
|
|
7
|
+
import { Coordinate } from "./Coordinate";
|
|
8
|
+
/**
|
|
9
|
+
* Class Transform defines a generic 3D transformation.
|
|
10
|
+
*
|
|
11
|
+
* @version 1.0 November 2015
|
|
12
|
+
*/
|
|
13
|
+
/** @internal */
|
|
14
|
+
export declare class Transform {
|
|
15
|
+
/** The 16 elements (row major order) */
|
|
16
|
+
private _elements;
|
|
17
|
+
/**
|
|
18
|
+
* Create a new (identity) transform.
|
|
19
|
+
*/
|
|
20
|
+
constructor();
|
|
21
|
+
/**
|
|
22
|
+
* Create a new (identity) transform.
|
|
23
|
+
*/
|
|
24
|
+
static create(): Transform;
|
|
25
|
+
/**
|
|
26
|
+
* Create a transformation from elements.
|
|
27
|
+
* @param elements the 16 matrix elements (row major order).
|
|
28
|
+
* @return the transformation.
|
|
29
|
+
*/
|
|
30
|
+
static fromRowMajor(elements: Float64Array): Transform;
|
|
31
|
+
/**
|
|
32
|
+
* Create a transformation from elements.
|
|
33
|
+
* @param elements the 16 matrix elements (column major order).
|
|
34
|
+
* @return the transformation.
|
|
35
|
+
*/
|
|
36
|
+
static fromColumnMajor(elements: Float64Array): Transform;
|
|
37
|
+
/**
|
|
38
|
+
* Create a transformation from elements.
|
|
39
|
+
* @param elements the 9 matrix elements (row major order).
|
|
40
|
+
* @return the transformation.
|
|
41
|
+
*/
|
|
42
|
+
static fromRotationElements(m00: float64, m01: float64, m02: float64, m10: float64, m11: float64, m12: float64, m20: float64, m21: float64, m22: float64): Transform;
|
|
43
|
+
/**
|
|
44
|
+
* Create a transformation from elements.
|
|
45
|
+
* @param elements the 16 matrix elements (row major order).
|
|
46
|
+
* @return the transformation.
|
|
47
|
+
*/
|
|
48
|
+
static fromElements(m00: float64, m01: float64, m02: float64, m03: float64, m10: float64, m11: float64, m12: float64, m13: float64, m20: float64, m21: float64, m22: float64, m23: float64): Transform;
|
|
49
|
+
/**
|
|
50
|
+
* Get an element.
|
|
51
|
+
* @param index the index of the element.
|
|
52
|
+
* @return the element.
|
|
53
|
+
*/
|
|
54
|
+
get(index: int32): float64;
|
|
55
|
+
/**
|
|
56
|
+
* Set an element.
|
|
57
|
+
* @param index the index of the element.
|
|
58
|
+
* @param value the value.
|
|
59
|
+
*/
|
|
60
|
+
set(index: int32, value: float64): void;
|
|
61
|
+
/**
|
|
62
|
+
* Get an element.
|
|
63
|
+
* @param row the row index.
|
|
64
|
+
* @param col the column index.
|
|
65
|
+
* @return the element.
|
|
66
|
+
*/
|
|
67
|
+
getElement(row: int32, col: int32): float64;
|
|
68
|
+
/**
|
|
69
|
+
* Set an element.
|
|
70
|
+
* @param row the row index.
|
|
71
|
+
* @param col the column index.
|
|
72
|
+
* @param value the value.
|
|
73
|
+
*/
|
|
74
|
+
setElement(row: int32, col: int32, value: float64): void;
|
|
75
|
+
/**
|
|
76
|
+
* Get the elements.
|
|
77
|
+
* @return the elements (row major order).
|
|
78
|
+
*/
|
|
79
|
+
getElements(): Float64Array;
|
|
80
|
+
/**
|
|
81
|
+
* Set the elements.
|
|
82
|
+
* @param elements the elements (row major order).
|
|
83
|
+
*/
|
|
84
|
+
setElements(elements: Float64Array): void;
|
|
85
|
+
/**
|
|
86
|
+
* Get the X column.
|
|
87
|
+
* @return the X column.
|
|
88
|
+
*/
|
|
89
|
+
getColumnX(): Coordinate;
|
|
90
|
+
/**
|
|
91
|
+
* Get the Y column.
|
|
92
|
+
* @return the Y column.
|
|
93
|
+
*/
|
|
94
|
+
getColumnY(): Coordinate;
|
|
95
|
+
/**
|
|
96
|
+
* Get the Z column.
|
|
97
|
+
* @return the Z column.
|
|
98
|
+
*/
|
|
99
|
+
getColumnZ(): Coordinate;
|
|
100
|
+
/**
|
|
101
|
+
* Get the translation column.
|
|
102
|
+
* @return the translation column.
|
|
103
|
+
*/
|
|
104
|
+
getTranslation(): Coordinate;
|
|
105
|
+
/**
|
|
106
|
+
* Set the translation.
|
|
107
|
+
* @param tx the x position of the translation.
|
|
108
|
+
* @param ty the y position of the translation.
|
|
109
|
+
* @param tz the z position of the translation.
|
|
110
|
+
* @return the tranformation.
|
|
111
|
+
*/
|
|
112
|
+
setTranslation(tx: float64, ty: float64, tz: float64): Transform;
|
|
113
|
+
/**
|
|
114
|
+
* Clear the translation.
|
|
115
|
+
* @return the tranformation.
|
|
116
|
+
*/
|
|
117
|
+
clearTranslation(): Transform;
|
|
118
|
+
/**
|
|
119
|
+
* Swap two rows.
|
|
120
|
+
* @param row1 the first row.
|
|
121
|
+
* @param row2 the second row.
|
|
122
|
+
*/
|
|
123
|
+
swapRows(row1: int32, row2: int32): void;
|
|
124
|
+
/**
|
|
125
|
+
* Swap two columns.
|
|
126
|
+
* @param col1 the first column.
|
|
127
|
+
* @param col2 the second column.
|
|
128
|
+
*/
|
|
129
|
+
swapColumns(col1: int32, col2: int32): void;
|
|
130
|
+
/**
|
|
131
|
+
* Swap the YZ coordinates.
|
|
132
|
+
*/
|
|
133
|
+
swapYZ(): void;
|
|
134
|
+
/**
|
|
135
|
+
* Calculate the cosine of an angle.
|
|
136
|
+
* @param angle the angle (in degrees).
|
|
137
|
+
* @return the cosine.
|
|
138
|
+
*/
|
|
139
|
+
static cos(angle: float64): float64;
|
|
140
|
+
/**
|
|
141
|
+
* Calculate the sine of an angle.
|
|
142
|
+
* @param angle the angle (in degrees).
|
|
143
|
+
* @return the sine.
|
|
144
|
+
*/
|
|
145
|
+
static sin(angle: float64): float64;
|
|
146
|
+
/**
|
|
147
|
+
* Rotate around the X axis.
|
|
148
|
+
* @param angle the rotation angle (degree).
|
|
149
|
+
*/
|
|
150
|
+
rotateX(angle: float64): void;
|
|
151
|
+
/**
|
|
152
|
+
* Apply a rotation around X axis.
|
|
153
|
+
* @param point the (mutable) point to rotate.
|
|
154
|
+
* @param rotation the (Y->Z,counterclockwise) rotation (degrees).
|
|
155
|
+
*/
|
|
156
|
+
static rotatePointX(point: Coordinate, rotation: float64): void;
|
|
157
|
+
/**
|
|
158
|
+
* Rotate around the Y axis.
|
|
159
|
+
* @param angle the rotation angle (degree).
|
|
160
|
+
*/
|
|
161
|
+
rotateY(angle: float64): void;
|
|
162
|
+
/**
|
|
163
|
+
* Apply a rotation around Y axis.
|
|
164
|
+
* @param point the (mutable) point to rotate.
|
|
165
|
+
* @param rotation the (Z->X,counterclockwise) rotation (degrees).
|
|
166
|
+
*/
|
|
167
|
+
static rotatePointY(point: Coordinate, rotation: float64): void;
|
|
168
|
+
/**
|
|
169
|
+
* Rotate around the Z axis.
|
|
170
|
+
* @param angle the rotation angle (degree).
|
|
171
|
+
*/
|
|
172
|
+
rotateZ(angle: float64): void;
|
|
173
|
+
/**
|
|
174
|
+
* Apply a rotation around Z axis.
|
|
175
|
+
* @param point the (mutable) point to rotate.
|
|
176
|
+
* @param rotation the (X->Y,counterclockwise) rotation (degrees).
|
|
177
|
+
*/
|
|
178
|
+
static rotatePointZ(point: Coordinate, rotation: float64): void;
|
|
179
|
+
/**
|
|
180
|
+
* Multiply two matrices.
|
|
181
|
+
* @param a the first transform.
|
|
182
|
+
* @param b the second transform.
|
|
183
|
+
* @return the result transform (a x b).
|
|
184
|
+
*/
|
|
185
|
+
static multiply2(a: Transform, b: Transform): Transform;
|
|
186
|
+
/**
|
|
187
|
+
* Concatenate a transform.
|
|
188
|
+
* @param transform the transform to concatenate.
|
|
189
|
+
* @return the combined transformation.
|
|
190
|
+
*/
|
|
191
|
+
concat(transform: Transform): Transform;
|
|
192
|
+
/**
|
|
193
|
+
* Multiply.
|
|
194
|
+
* @param transform the transform to multiply with.
|
|
195
|
+
*/
|
|
196
|
+
multiply(transform: Transform): void;
|
|
197
|
+
/**
|
|
198
|
+
* Translate.
|
|
199
|
+
* @param tx the x translation.
|
|
200
|
+
* @param ty the y translation.
|
|
201
|
+
* @param tz the z translation.
|
|
202
|
+
*/
|
|
203
|
+
translate(tx: float64, ty: float64, tz: float64): void;
|
|
204
|
+
/**
|
|
205
|
+
* Translate.
|
|
206
|
+
* @param point the xyz translation.
|
|
207
|
+
*/
|
|
208
|
+
translatePoint(point: Coordinate): void;
|
|
209
|
+
/**
|
|
210
|
+
* Scale.
|
|
211
|
+
* @param sx the x scale.
|
|
212
|
+
* @param sy the y scale.
|
|
213
|
+
* @param sz the z scale.
|
|
214
|
+
*/
|
|
215
|
+
scale(sx: float64, sy: float64, sz: float64): void;
|
|
216
|
+
/**
|
|
217
|
+
* Scale XYZ.
|
|
218
|
+
* @param s the scale.
|
|
219
|
+
*/
|
|
220
|
+
scale3(s: float64): void;
|
|
221
|
+
/**
|
|
222
|
+
* Create the inverse transform.
|
|
223
|
+
* @return the inverse transform.
|
|
224
|
+
*/
|
|
225
|
+
createInverse(): Transform;
|
|
226
|
+
/**
|
|
227
|
+
* Invert.
|
|
228
|
+
*/
|
|
229
|
+
invert(): void;
|
|
230
|
+
/**
|
|
231
|
+
* Create a copy.
|
|
232
|
+
* @return a copy.
|
|
233
|
+
*/
|
|
234
|
+
copy(): Transform;
|
|
235
|
+
/**
|
|
236
|
+
* Create an identity transform.
|
|
237
|
+
* @return the transform.
|
|
238
|
+
*/
|
|
239
|
+
static createIdentity(): Transform;
|
|
240
|
+
/**
|
|
241
|
+
* Create a translation transform.
|
|
242
|
+
* @param tx the x translation.
|
|
243
|
+
* @param ty the y translation.
|
|
244
|
+
* @param tz the z translation.
|
|
245
|
+
* @return the transform.
|
|
246
|
+
*/
|
|
247
|
+
static createTranslation(tx: float64, ty: float64, tz: float64): Transform;
|
|
248
|
+
/**
|
|
249
|
+
* Create a translation transform.
|
|
250
|
+
* @param position the translation.
|
|
251
|
+
* @return the transform.
|
|
252
|
+
*/
|
|
253
|
+
static createTranslation2(position: Coordinate): Transform;
|
|
254
|
+
/**
|
|
255
|
+
* Create a scale transform.
|
|
256
|
+
* @param sx the x translation.
|
|
257
|
+
* @param sy the y translation.
|
|
258
|
+
* @param sz the z translation.
|
|
259
|
+
* @return the transform.
|
|
260
|
+
*/
|
|
261
|
+
static createScale(sx: float64, sy: float64, sz: float64): Transform;
|
|
262
|
+
/**
|
|
263
|
+
* Create a rotation-round-X transform.
|
|
264
|
+
* @param angle the rotation angle (degree).
|
|
265
|
+
* @return the transform.
|
|
266
|
+
*/
|
|
267
|
+
static createRotationX(angle: float64): Transform;
|
|
268
|
+
/**
|
|
269
|
+
* Create a rotation-round-Y transform.
|
|
270
|
+
* @param angle the rotation angle (degree).
|
|
271
|
+
* @return the transform.
|
|
272
|
+
*/
|
|
273
|
+
static createRotationY(angle: float64): Transform;
|
|
274
|
+
/**
|
|
275
|
+
* Create a rotation-round-Z transform.
|
|
276
|
+
* @param angle the rotation angle (degree).
|
|
277
|
+
* @return the transform.
|
|
278
|
+
*/
|
|
279
|
+
static createRotationZ(angle: float64): Transform;
|
|
280
|
+
/**
|
|
281
|
+
* Create a swap YZ transform.
|
|
282
|
+
* @return the transform.
|
|
283
|
+
*/
|
|
284
|
+
static createSwapYZ(): Transform;
|
|
285
|
+
/**
|
|
286
|
+
* Create a transformation from elements.
|
|
287
|
+
* @param elements the elements (row major order)
|
|
288
|
+
* @return the transformation.
|
|
289
|
+
*/
|
|
290
|
+
static createWithElements(elements: Float64Array): Transform;
|
|
291
|
+
/**
|
|
292
|
+
* Create a transformation from columns.
|
|
293
|
+
* @param col0 the first column.
|
|
294
|
+
* @param col1 the second column.
|
|
295
|
+
* @param col2 the third column.
|
|
296
|
+
* @param col3 the fourth column (considered zero if null).
|
|
297
|
+
* @return the transformation.
|
|
298
|
+
*/
|
|
299
|
+
static createWithColumns(col0: Coordinate, col1: Coordinate, col2: Coordinate, col3: Coordinate): Transform;
|
|
300
|
+
/**
|
|
301
|
+
* Create an orthogonal rotation from a quaternion.
|
|
302
|
+
* @param a the first quaternion element (q1).
|
|
303
|
+
* @param b the second quaternion element (q2).
|
|
304
|
+
* @param c the third quaternion element (q3).
|
|
305
|
+
* @param d the fourth quaternion element (q4).
|
|
306
|
+
* @return the rotation matrix.
|
|
307
|
+
*/
|
|
308
|
+
static fromQuaternion(a: float64, b: float64, c: float64, d: float64): Transform;
|
|
309
|
+
/**
|
|
310
|
+
* Transform a point.
|
|
311
|
+
* @param source the source point.
|
|
312
|
+
* @param target the target point (can be same as source).
|
|
313
|
+
* @return the target point.
|
|
314
|
+
*/
|
|
315
|
+
transformTo(source: Coordinate, target: Coordinate): Coordinate;
|
|
316
|
+
/**
|
|
317
|
+
* Transform a point.
|
|
318
|
+
* @param source the source point.
|
|
319
|
+
* @return the target point.
|
|
320
|
+
*/
|
|
321
|
+
transform(source: Coordinate): Coordinate;
|
|
322
|
+
/**
|
|
323
|
+
* Transform bounds.
|
|
324
|
+
* @param bounds the bounds.
|
|
325
|
+
* @return the transformed bounds.
|
|
326
|
+
*/
|
|
327
|
+
transformBounds(bounds: Bounds): Bounds;
|
|
328
|
+
/**
|
|
329
|
+
* Check if the transform matches another transform.
|
|
330
|
+
* @param other the other transform.
|
|
331
|
+
* @return true if same.
|
|
332
|
+
*/
|
|
333
|
+
same(other: Transform): boolean;
|
|
334
|
+
/**
|
|
335
|
+
* The standard toString method.
|
|
336
|
+
* @see Object#toString
|
|
337
|
+
*/
|
|
338
|
+
toString(): string;
|
|
339
|
+
}
|
|
340
|
+
export {};
|
|
341
341
|
//# sourceMappingURL=Transform.d.ts.map
|