@realsee/dnalogel 2.21.0-dev.9 → 2.21.1
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/dist/PanoCompassPlugin/typings.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +9 -26
- package/dist/PanoMeasurePlugin/Model/index.d.ts +0 -10
- package/dist/PanoMeasurePlugin/Model/line.d.ts +1 -7
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -10
- package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
- package/dist/PanoMeasurePlugin/typings/data.d.ts +0 -24
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
- package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
- package/dist/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
- package/{libs/shared-utils → dist/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/line.d.ts +1 -2
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
- package/dist/base/BasePlugin.d.ts +4 -4
- package/dist/base/BasePluginWithData.d.ts +2 -1
- package/dist/index.cjs.js +67 -69
- package/dist/index.js +7095 -8835
- package/dist/index.umd.js +60 -62
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
- package/dist/shared-utils/absoluteUrl.d.ts +2 -2
- package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/dist/shared-utils/three/Magnifier.d.ts +0 -3
- package/dist/shared-utils/three/index.d.ts +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -32
- package/docs/classes/CruisePluginController.html +26 -27
- package/docs/classes/GuideLineItem.GuideLineItem.html +20 -21
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +35 -36
- package/docs/classes/Magnifier.html +20 -21
- package/docs/classes/ModelRoomLabelController.html +11 -12
- package/docs/classes/Object3DHelperController.html +25 -26
- package/docs/classes/PaintBrush.html +15 -16
- package/docs/classes/PanoMeasurePluginLine.html +106 -72
- package/docs/classes/PanoMeasurePluginModel.html +24 -82
- package/docs/classes/PanoMeasurePluginPoint.html +14 -15
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -39
- package/docs/classes/PanoTagPluginController.html +47 -48
- package/docs/classes/Util.BetterTween.html +9 -10
- package/docs/classes/{Util.PointSelectorHelper.html → Util.FivePointSelector.html} +26 -96
- package/docs/classes/Util.Interval.html +12 -13
- package/docs/classes/Util.Magnifier.html +17 -31
- package/docs/classes/Util.PointDomHelper.html +11 -12
- package/docs/classes/Util.PointHelper.html +11 -12
- package/docs/classes/Util.Rectangle.html +13 -14
- package/docs/enums/CameraMovementEffect.html +7 -8
- package/docs/enums/ContentType.html +20 -21
- package/docs/enums/DIRECTION.html +9 -10
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -10
- package/docs/enums/DimensionType.html +7 -8
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -9
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -10
- package/docs/enums/PaintBrushTypeEnum.html +8 -9
- package/docs/enums/PointType.html +7 -8
- package/docs/enums/Rotation.html +8 -9
- package/docs/functions/CSS3DRenderPlugin.html +4 -5
- package/docs/functions/CameraMovementPlugin.html +4 -5
- package/docs/functions/CruisePlugin.html +4 -5
- package/docs/functions/GuideLinePlugin.html +5 -6
- package/docs/functions/ItemLabelPlugin.html +4 -5
- package/docs/functions/MapviewFloorplanPlugin.html +4 -5
- package/docs/functions/ModelChassisCompassPlugin.html +4 -5
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -5
- package/docs/functions/ModelFloorplanPlugin.html +4 -5
- package/docs/functions/ModelItemLabelPlugin.html +4 -5
- package/docs/functions/ModelRoomLabelPlugin.html +4 -5
- package/docs/functions/ModelTVVideoPlugin.html +4 -5
- package/docs/functions/ModelViewPlugin.html +4 -5
- package/docs/functions/Object3DHelperPlugin.html +4 -5
- package/docs/functions/PanoCompassPlugin.html +4 -5
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -5
- package/docs/functions/PanoDoorLabelPlugin.html +4 -5
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -5
- package/docs/functions/PanoMeasurePlugin.html +4 -5
- package/docs/functions/PanoRulerPlugin.html +4 -5
- package/docs/functions/PanoRulerProPlugin.html +4 -5
- package/docs/functions/PanoSpatialTagPlugin.html +4 -5
- package/docs/functions/PanoTagPlugin.html +4 -5
- package/docs/functions/PanoVideoPlugin.html +4 -5
- package/docs/functions/TopviewFloorplanPlugin.html +4 -5
- package/docs/functions/Util.absoluteUrl.html +5 -6
- package/docs/functions/Util.getCoordsFromClient.html +5 -6
- package/docs/functions/Util.getCoordsFromElement.html +5 -6
- package/docs/functions/Util.getFrameTime.html +5 -6
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -6
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -6
- package/docs/functions/Util.isAbsoluteURL.html +5 -6
- package/docs/functions/Util.isModelLike.html +5 -6
- package/docs/functions/Util.isNil.html +5 -6
- package/docs/functions/Util.isPanoramaLike.html +5 -6
- package/docs/functions/Util.nextFrame.html +5 -6
- package/docs/functions/Util.notNil.html +5 -6
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -6
- package/docs/functions/Util.tweenProgress.html +5 -6
- package/docs/functions/Util.uuid.html +5 -6
- package/docs/functions/pluginFlag.html +5 -6
- package/docs/index.html +5 -6
- package/docs/interfaces/AddTagConfig.html +6 -7
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -12
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -9
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -8
- package/docs/interfaces/CruisePluginTypes.Config.html +8 -9
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +12 -13
- package/docs/interfaces/CruisePluginTypes.EventMap.html +20 -21
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +12 -13
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +14 -15
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +14 -15
- package/docs/interfaces/CruisePluginTypes.PluginData.html +9 -10
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -8
- package/docs/interfaces/CruisePluginTypes.PluginState.html +11 -12
- package/docs/interfaces/EventMap.html +15 -16
- package/docs/interfaces/FloorplanBounding.html +8 -9
- package/docs/interfaces/FloorplanData.html +10 -11
- package/docs/interfaces/FloorplanEntrance.html +11 -12
- package/docs/interfaces/FloorplanExtraObject.html +10 -11
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -9
- package/docs/interfaces/FloorplanFloorData.html +9 -10
- package/docs/interfaces/FloorplanImagePosition.html +7 -8
- package/docs/interfaces/FloorplanObserver.html +9 -10
- package/docs/interfaces/FloorplanOutlineItem.html +9 -10
- package/docs/interfaces/FloorplanPosition.html +7 -8
- package/docs/interfaces/FloorplanRoomItem.html +13 -14
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -8
- package/docs/interfaces/FloorplanServerBounding.html +8 -9
- package/docs/interfaces/FloorplanServerComputedData.html +10 -11
- package/docs/interfaces/FloorplanServerData.html +7 -8
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -11
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -9
- package/docs/interfaces/FloorplanServerEntrance.html +11 -12
- package/docs/interfaces/FloorplanServerFloorData.html +9 -10
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -8
- package/docs/interfaces/FloorplanServerObserver.html +9 -10
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -10
- package/docs/interfaces/FloorplanServerPosition.html +7 -8
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -15
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -8
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -9
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +10 -11
- package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -14
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -9
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +6 -7
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +13 -14
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +8 -9
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +18 -19
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +7 -8
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +18 -19
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -6
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -8
- package/docs/interfaces/GuideLinePluginType.PluginState.html +8 -9
- package/docs/interfaces/GuideLinePluginType.Route.html +11 -12
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +9 -10
- package/docs/interfaces/HelperOffset.html +8 -9
- package/docs/interfaces/ImagePlaneGroup.html +6 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -7
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -12
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -10
- package/docs/interfaces/MinMax.html +7 -8
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -8
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -9
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -9
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -9
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -7
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -12
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -8
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -7
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -10
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -9
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -7
- package/docs/interfaces/ModelViewPluginExportType.html +11 -12
- package/docs/interfaces/Object3DHelperState.html +8 -9
- package/docs/interfaces/ObjectHelperControllers.html +9 -10
- package/docs/interfaces/PaintBrushAction.html +12 -13
- package/docs/interfaces/PaintBrushConfigs.html +12 -13
- package/docs/interfaces/PaintBrushState.html +10 -11
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -11
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -6
- package/docs/interfaces/PanoMeasureParameterType.html +15 -23
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -9
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -8
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -8
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -9
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -11
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -8
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -9
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -10
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -8
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -8
- package/docs/interfaces/PanoRulerProPluginState.html +8 -9
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -6
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -6
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -12
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -11
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -14
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -11
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -14
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -12
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -11
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -7
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -9
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -7
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -10
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -7
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -9
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -11
- package/docs/interfaces/Point.html +8 -9
- package/docs/interfaces/Room.html +9 -10
- package/docs/interfaces/RoomInfo.html +7 -8
- package/docs/interfaces/RoomLabel.html +14 -15
- package/docs/interfaces/RoomRules.html +5 -6
- package/docs/interfaces/Rooms.html +5 -6
- package/docs/interfaces/Scissor.html +9 -10
- package/docs/interfaces/State.html +8 -9
- package/docs/interfaces/TagCacheInterface.html +12 -13
- package/docs/interfaces/TagConfig.html +13 -14
- package/docs/interfaces/TagGLTFObjectGroup.html +6 -7
- package/docs/interfaces/TagIconUrl.html +12 -13
- package/docs/interfaces/TagObjectGroup.html +6 -7
- package/docs/interfaces/TagStyle.html +6 -7
- package/docs/interfaces/Tags.html +9 -10
- package/docs/interfaces/TemporaryState.html +6 -7
- package/docs/interfaces/Util.MagnifierParameter.html +11 -12
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -9
- package/docs/modules/CruisePluginTypes.html +5 -6
- package/docs/modules/GuideLineItem.html +5 -6
- package/docs/modules/GuideLineModeItem.html +5 -6
- package/docs/modules/GuideLinePluginType.html +5 -6
- package/docs/modules/PanoVideoPluginType.html +5 -6
- package/docs/modules/Util.html +6 -8
- package/docs/modules.html +5 -6
- package/docs/types/ArrayPosition.html +5 -6
- package/docs/types/AudioAppearance.html +5 -6
- package/docs/types/AudioTagTypeConfigKey.html +5 -6
- package/docs/types/CSS3DRenderExportType.html +5 -6
- package/docs/types/CSS3DRenderPluginExportType.html +5 -6
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -6
- package/docs/types/ClassFunctionParameters.html +5 -6
- package/docs/types/Color.html +5 -6
- package/docs/types/ContentTypeConfigKey.html +5 -6
- package/docs/types/ContentTypeConfigKeySplit.html +5 -6
- package/docs/types/ContentTypeMap.html +5 -6
- package/docs/types/Create3DDomContainerReturnType.html +5 -6
- package/docs/types/Create3DElementReturnType.html +5 -6
- package/docs/types/CruisePluginExportType.html +5 -6
- package/docs/types/CruisePluginTypes.CruiseData.html +5 -6
- package/docs/types/CruisePluginTypes.MoveEffect.html +5 -6
- package/docs/types/DeprecatedMediaPlaneProperty.html +5 -6
- package/docs/types/DeprecatedTagProperty.html +5 -6
- package/docs/types/Direction-1.html +5 -6
- package/docs/types/Direction4.html +5 -6
- package/docs/types/ElementRenderer.html +5 -6
- package/docs/types/FloorplanRuleLabels.html +5 -6
- package/docs/types/FloorplanServerRuleLabels.html +5 -6
- package/docs/types/GuideLinePluginExportType.html +5 -6
- package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -6
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -6
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -6
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -6
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -6
- package/docs/types/GuideLinePluginType.PathItem.html +5 -6
- package/docs/types/GuideLinePluginType.PluginData.html +5 -6
- package/docs/types/HelperEventMap.html +5 -6
- package/docs/types/LoadTagConfig.html +5 -6
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -6
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -6
- package/docs/types/MediaData.html +5 -6
- package/docs/types/MediaStore.html +5 -6
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -6
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -6
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -6
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -6
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -6
- package/docs/types/MoveArgs.html +5 -6
- package/docs/types/MoveOpts.html +5 -6
- package/docs/types/Object3DHelperEventMap.html +5 -6
- package/docs/types/ObjectFit.html +5 -6
- package/docs/types/PaintBrushEventMap.html +5 -6
- package/docs/types/PanoCompassPluginData.html +5 -6
- package/docs/types/PanoCompassPluginExportType.html +5 -6
- package/docs/types/PanoCompassPluginParameterType.html +5 -6
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -6
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -6
- package/docs/types/PanoIndex.html +5 -6
- package/docs/types/PanoMeasurePluginEvent.html +5 -6
- package/docs/types/PanoMeasureReturnType.html +5 -6
- package/docs/types/PanoSpatialTagPluginId.html +5 -6
- package/docs/types/PanoTagPluginExportInterface.html +5 -6
- package/docs/types/PanoTagPluginParamsInterface.html +5 -6
- package/docs/types/PanoVideoPluginParameterType.html +5 -6
- package/docs/types/PanoVideoPluginReturnType.html +5 -6
- package/docs/types/PartialObjectDeep.html +5 -6
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -6
- package/docs/types/PlaneTag.html +5 -6
- package/docs/types/Point2DTag.html +5 -6
- package/docs/types/Point3DTag.html +5 -6
- package/docs/types/PointTag.html +5 -6
- package/docs/types/PointTagInstance.html +5 -6
- package/docs/types/Position.html +5 -6
- package/docs/types/RotateArgs.html +5 -6
- package/docs/types/RotateOpts.html +5 -6
- package/docs/types/RuleLabelsKey.html +5 -6
- package/docs/types/RuleLabelsValue.html +5 -6
- package/docs/types/StickType.html +5 -6
- package/docs/types/Tag.html +5 -6
- package/docs/types/Tag2D.html +5 -6
- package/docs/types/Tag3D.html +5 -6
- package/docs/types/TagContentType.html +5 -6
- package/docs/types/TagDimensionType.html +5 -6
- package/docs/types/TagElement.html +5 -6
- package/docs/types/TagEvents.html +5 -6
- package/docs/types/TagGLTFObject.html +5 -6
- package/docs/types/TagHooks.html +5 -6
- package/docs/types/TagId.html +5 -6
- package/docs/types/TagInstance.html +5 -6
- package/docs/types/TagPointType.html +5 -6
- package/docs/types/TagRendererMap.html +5 -6
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -6
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -6
- package/docs/types/WorkCode.html +5 -6
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -6
- package/docs/variables/PLUGIN.html +5 -6
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -6
- package/docs/variables/ROOM_TYPE_MAP.html +5 -6
- package/docs/variables/itemLabelPluginServerParams.html +5 -6
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -6
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -6
- package/libs/ModelChassisCompassPlugin/Plugin.js +58 -56
- package/libs/Object3DHelperPlugin/Controller.js +2 -3
- package/libs/Object3DHelperPlugin/index.js +5 -6
- package/libs/PanoCompassPlugin/Controller.js +1 -1
- package/libs/PanoCompassPlugin/typings.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +34 -43
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
- package/libs/PanoMeasurePlugin/Controller/EditController.js +92 -270
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +25 -26
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +4 -5
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +54 -101
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +9 -26
- package/libs/PanoMeasurePlugin/Controller/index.js +91 -146
- package/libs/PanoMeasurePlugin/Model/index.d.ts +0 -10
- package/libs/PanoMeasurePlugin/Model/index.js +35 -58
- package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -7
- package/libs/PanoMeasurePlugin/Model/line.js +22 -36
- package/libs/PanoMeasurePlugin/Model/point.js +12 -17
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
- package/libs/PanoMeasurePlugin/Model/polyline.js +3 -10
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +37 -49
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -10
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +37 -123
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +63 -64
- package/libs/PanoMeasurePlugin/index.js +24 -72
- package/libs/PanoMeasurePlugin/typings/data.d.ts +0 -24
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
- package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +83 -0
- package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
- package/{dist/shared-utils → libs/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/line.d.ts +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
- package/libs/base/BasePlugin.d.ts +4 -4
- package/libs/base/BasePlugin.js +3 -3
- package/libs/base/BasePluginWithData.d.ts +2 -1
- package/libs/index.js +121 -141
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +49 -29
- package/libs/shared-utils/absoluteUrl.d.ts +2 -2
- package/libs/shared-utils/index.js +9 -9
- package/libs/shared-utils/logger.js +2 -2
- package/libs/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/libs/shared-utils/three/FivePointSelector.js +49 -0
- package/libs/shared-utils/three/Magnifier.d.ts +0 -3
- package/libs/shared-utils/three/Magnifier.js +13 -16
- package/libs/shared-utils/three/centerPoint.js +3 -1
- package/libs/shared-utils/three/index.d.ts +1 -1
- package/libs/vendor/svelte/internal/index.js +345 -392
- package/package.json +2 -4
- package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Common/icons/index.d.ts +0 -4
- package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
- package/dist/PanoMeasurePlugin/Model/area.d.ts +0 -70
- package/dist/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
- package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
- package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
- package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
- package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
- package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
- package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
- package/dist/shared-utils/isTouchDevice.d.ts +0 -1
- package/dist/shared-utils/safeObj.d.ts +0 -1
- package/dist/shared-utils/three/IObject3D.d.ts +0 -7
- package/dist/shared-utils/three/PointSelector.d.ts +0 -66
- package/dist/shared-utils/three/PointSelectorHelper.d.ts +0 -50
- package/docs/interfaces/Util.PointIntersection.html +0 -408
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +0 -57
- package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Exit.js +0 -42
- package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +0 -246
- package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +0 -211
- package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.d.ts +0 -4
- package/libs/PanoMeasurePlugin/Components/Common/icons/index.js +0 -7
- package/libs/PanoMeasurePlugin/Components/Controller0.js +0 -240
- package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Components/Controller1.js +0 -399
- package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
- package/libs/PanoMeasurePlugin/Model/area.d.ts +0 -70
- package/libs/PanoMeasurePlugin/Model/area.js +0 -110
- package/libs/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
- package/libs/PanoMeasurePlugin/Model/polygon.js +0 -44
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +0 -29
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +0 -50
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
- package/libs/PanoMeasurePlugin/utils/dom/base.js +0 -78
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +0 -62
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +0 -13
- package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
- package/libs/PanoMeasurePlugin/utils/geometryUtil.js +0 -39
- package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
- package/libs/PanoMeasurePlugin/utils/isIntersecting.js +0 -25
- package/libs/shared-utils/isTouchDevice.d.ts +0 -1
- package/libs/shared-utils/isTouchDevice.js +0 -4
- package/libs/shared-utils/safeObj.d.ts +0 -1
- package/libs/shared-utils/safeObj.js +0 -6
- package/libs/shared-utils/three/IObject3D.d.ts +0 -7
- package/libs/shared-utils/three/IObject3D.js +0 -25
- package/libs/shared-utils/three/PointSelector.d.ts +0 -66
- package/libs/shared-utils/three/PointSelector.js +0 -116
- package/libs/shared-utils/three/PointSelectorHelper.d.ts +0 -50
- package/libs/shared-utils/three/PointSelectorHelper.js +0 -100
- /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.js +0 -0
- /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getPointFromHammerEvent.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BetterTween | 如视看房插件合集 - v2.21.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BetterTween | 如视看房插件合集 - v2.21.1</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-content">
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<ul class="tsd-hierarchy">
|
|
29
29
|
<li><span class="target">BetterTween</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
30
30
|
<ul>
|
|
31
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
31
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/animationFrame/BetterTween.ts#L4">plugins/src/shared-utils/animationFrame/BetterTween.ts:4</a></li></ul></aside>
|
|
32
32
|
<section class="tsd-panel-group tsd-index-group">
|
|
33
33
|
<section class="tsd-panel tsd-index-panel">
|
|
34
34
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<li class="tsd-description">
|
|
78
78
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
79
79
|
<ul>
|
|
80
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
80
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/animationFrame/BetterTween.ts#L27">plugins/src/shared-utils/animationFrame/BetterTween.ts:27</a></li></ul></aside></li></ul></section>
|
|
81
81
|
<section class="tsd-panel tsd-member"><a id="onDispose" class="tsd-anchor"></a>
|
|
82
82
|
<h3 class="tsd-anchor-link"><span>on<wbr/>Dispose</span><a href="#onDispose" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
83
83
|
<ul class="tsd-signatures">
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></li></ul></div>
|
|
97
97
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/animationFrame/BetterTween.ts#L8">plugins/src/shared-utils/animationFrame/BetterTween.ts:8</a></li></ul></aside></li></ul></section>
|
|
100
100
|
<section class="tsd-panel tsd-member"><a id="play" class="tsd-anchor"></a>
|
|
101
101
|
<h3 class="tsd-anchor-link"><span>play</span><a href="#play" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
102
102
|
<ul class="tsd-signatures">
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<li class="tsd-description">
|
|
105
105
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
107
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/animationFrame/BetterTween.ts#L13">plugins/src/shared-utils/animationFrame/BetterTween.ts:13</a></li></ul></aside></li></ul></section>
|
|
108
108
|
<section class="tsd-panel tsd-member"><a id="stop" class="tsd-anchor"></a>
|
|
109
109
|
<h3 class="tsd-anchor-link"><span>stop</span><a href="#stop" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
110
110
|
<ul class="tsd-signatures">
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">this</span></h4><aside class="tsd-sources">
|
|
114
114
|
<p>Overrides TWEEN.Tween.stop</p>
|
|
115
115
|
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/animationFrame/BetterTween.ts#L20">plugins/src/shared-utils/animationFrame/BetterTween.ts:20</a></li></ul></aside></li></ul></section></section></div>
|
|
117
117
|
<div class="col-sidebar">
|
|
118
118
|
<div class="page-menu">
|
|
119
119
|
<div class="tsd-navigation settings">
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<li><a href="#play" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>play</span></a></li>
|
|
137
137
|
<li><a href="#stop" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>stop</span></a></li></ul></div></details></div>
|
|
138
138
|
<div class="site-menu">
|
|
139
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.21.
|
|
139
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.21.1</span></a>
|
|
140
140
|
<ul class="tsd-small-nested-navigation">
|
|
141
141
|
<li>
|
|
142
142
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|
|
@@ -207,15 +207,14 @@
|
|
|
207
207
|
<div class="tsd-accordion-details">
|
|
208
208
|
<ul class="tsd-nested-navigation">
|
|
209
209
|
<li><a href="Util.BetterTween.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Better<wbr/>Tween</span></a></li>
|
|
210
|
+
<li><a href="Util.FivePointSelector.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Five<wbr/>Point<wbr/>Selector</span></a></li>
|
|
210
211
|
<li><a href="Util.Interval.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Interval</span></a></li>
|
|
211
212
|
<li><a href="Util.Magnifier.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Magnifier</span></a></li>
|
|
212
213
|
<li><a href="Util.PointDomHelper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Dom<wbr/>Helper</span></a></li>
|
|
213
214
|
<li><a href="Util.PointHelper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Helper</span></a></li>
|
|
214
|
-
<li><a href="Util.PointSelectorHelper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Selector<wbr/>Helper</span></a></li>
|
|
215
215
|
<li><a href="Util.Rectangle.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Rectangle</span></a></li>
|
|
216
216
|
<li><a href="../interfaces/Util.MagnifierParameter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Magnifier<wbr/>Parameter</span></a></li>
|
|
217
217
|
<li><a href="../interfaces/Util.MouseGroupParameter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Mouse<wbr/>Group<wbr/>Parameter</span></a></li>
|
|
218
|
-
<li><a href="../interfaces/Util.PointIntersection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Point<wbr/>Intersection</span></a></li>
|
|
219
218
|
<li><a href="../functions/Util.absoluteUrl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>absolute<wbr/>Url</span></a></li>
|
|
220
219
|
<li><a href="../functions/Util.getCoordsFromClient.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
|
|
221
220
|
<li><a href="../functions/Util.getCoordsFromElement.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Coords<wbr/>From<wbr/>Element</span></a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FivePointSelector | 如视看房插件合集 - v2.21.1</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-content">
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">如视看房插件合集</a></li>
|
|
16
16
|
<li><a href="../modules/Util.html">Util</a></li>
|
|
17
|
-
<li><a href="Util.
|
|
18
|
-
<h1>Class
|
|
17
|
+
<li><a href="Util.FivePointSelector.html">FivePointSelector</a></li></ul>
|
|
18
|
+
<h1>Class FivePointSelector</h1></div>
|
|
19
19
|
<section class="tsd-panel tsd-hierarchy">
|
|
20
20
|
<h4>Hierarchy</h4>
|
|
21
21
|
<ul class="tsd-hierarchy">
|
|
22
|
-
<li><span class="target">
|
|
22
|
+
<li><span class="target">FivePointSelector</span></li></ul></section><aside class="tsd-sources">
|
|
23
23
|
<ul>
|
|
24
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
24
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L21">plugins/src/shared-utils/three/FivePointSelector.ts:21</a></li></ul></aside>
|
|
25
25
|
<section class="tsd-panel-group tsd-index-group">
|
|
26
26
|
<section class="tsd-panel tsd-index-panel">
|
|
27
27
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -29,31 +29,26 @@
|
|
|
29
29
|
<div class="tsd-accordion-details">
|
|
30
30
|
<section class="tsd-index-section">
|
|
31
31
|
<h3 class="tsd-index-heading">Constructors</h3>
|
|
32
|
-
<div class="tsd-index-list"><a href="Util.
|
|
32
|
+
<div class="tsd-index-list"><a href="Util.FivePointSelector.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-512-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-512-text"></path></svg><span>constructor</span></a>
|
|
33
33
|
</div></section>
|
|
34
34
|
<section class="tsd-index-section">
|
|
35
35
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
36
|
-
<div class="tsd-index-list"><a href="Util.
|
|
37
|
-
<a href="Util.
|
|
38
|
-
<a href="Util.PointSelectorHelper.html#position" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>position</span></a>
|
|
36
|
+
<div class="tsd-index-list"><a href="Util.FivePointSelector.html#five" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>five</span></a>
|
|
37
|
+
<a href="Util.FivePointSelector.html#hooks" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hooks</span></a>
|
|
39
38
|
</div></section>
|
|
40
39
|
<section class="tsd-index-section">
|
|
41
40
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
42
|
-
<div class="tsd-index-list"><a href="Util.
|
|
43
|
-
<a href="Util.
|
|
44
|
-
<a href="Util.
|
|
45
|
-
<a href="Util.
|
|
46
|
-
<a href="Util.PointSelectorHelper.html#show" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>show</span></a>
|
|
47
|
-
<a href="Util.PointSelectorHelper.html#updateByMousePosition" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>By<wbr/>Mouse<wbr/>Position</span></a>
|
|
48
|
-
<a href="Util.PointSelectorHelper.html#updateByNdcPosition" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>By<wbr/>Ndc<wbr/>Position</span></a>
|
|
49
|
-
<a href="Util.PointSelectorHelper.html#updateWithIntersect" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>With<wbr/>Intersect</span></a>
|
|
41
|
+
<div class="tsd-index-list"><a href="Util.FivePointSelector.html#disable" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>disable</span></a>
|
|
42
|
+
<a href="Util.FivePointSelector.html#dispose" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>dispose</span></a>
|
|
43
|
+
<a href="Util.FivePointSelector.html#enable" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>enable</span></a>
|
|
44
|
+
<a href="Util.FivePointSelector.html#updateWithIntersect" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>With<wbr/>Intersect</span></a>
|
|
50
45
|
</div></section></div></details></section></section>
|
|
51
46
|
<section class="tsd-panel-group tsd-member-group">
|
|
52
47
|
<h2>Constructors</h2>
|
|
53
48
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
54
49
|
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
55
50
|
<ul class="tsd-signatures">
|
|
56
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.
|
|
51
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_FivePointSelector"><span class="tsd-kind-constructor-signature">new <wbr/>Five<wbr/>Point<wbr/>Selector</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">five</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Util.FivePointSelector.html" class="tsd-signature-type tsd-kind-class">FivePointSelector</a><a href="#constructor.new_FivePointSelector" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
57
52
|
<li class="tsd-description">
|
|
58
53
|
<div class="tsd-parameters">
|
|
59
54
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -61,27 +56,22 @@
|
|
|
61
56
|
<li>
|
|
62
57
|
<h5><span class="tsd-kind-parameter">five</span>: <span class="tsd-signature-type ">Five</span></h5></li>
|
|
63
58
|
<li>
|
|
64
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">
|
|
65
|
-
<h4 class="tsd-returns-title">Returns <a href="Util.
|
|
59
|
+
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">FivePointSelectorOptions</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
60
|
+
<h4 class="tsd-returns-title">Returns <a href="Util.FivePointSelector.html" class="tsd-signature-type tsd-kind-class">FivePointSelector</a></h4><aside class="tsd-sources">
|
|
66
61
|
<ul>
|
|
67
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
62
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L31">plugins/src/shared-utils/three/FivePointSelector.ts:31</a></li></ul></aside></li></ul></section></section>
|
|
68
63
|
<section class="tsd-panel-group tsd-member-group">
|
|
69
64
|
<h2>Properties</h2>
|
|
70
65
|
<section class="tsd-panel tsd-member"><a id="five" class="tsd-anchor"></a>
|
|
71
66
|
<h3 class="tsd-anchor-link"><span>five</span><a href="#five" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
72
67
|
<div class="tsd-signature"><span class="tsd-kind-property">five</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Five</span></div><aside class="tsd-sources">
|
|
73
68
|
<ul>
|
|
74
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
69
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L22">plugins/src/shared-utils/three/FivePointSelector.ts:22</a></li></ul></aside></section>
|
|
75
70
|
<section class="tsd-panel tsd-member"><a id="hooks" class="tsd-anchor"></a>
|
|
76
71
|
<h3 class="tsd-anchor-link"><span>hooks</span><a href="#hooks" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
77
|
-
<div class="tsd-signature"><span class="tsd-kind-property">hooks</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Subscribe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">
|
|
72
|
+
<div class="tsd-signature"><span class="tsd-kind-property">hooks</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Subscribe</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">disabled</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">enabled</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">pointChanged</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">data</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
|
78
73
|
<ul>
|
|
79
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
80
|
-
<section class="tsd-panel tsd-member"><a id="position" class="tsd-anchor"></a>
|
|
81
|
-
<h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
82
|
-
<div class="tsd-signature"><span class="tsd-kind-property">position</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Util.PointIntersection.html" class="tsd-signature-type tsd-kind-interface">PointIntersection</a></div><aside class="tsd-sources">
|
|
83
|
-
<ul>
|
|
84
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c071ef5/plugins/src/shared-utils/three/PointSelectorHelper.ts#L29">plugins/src/shared-utils/three/PointSelectorHelper.ts:29</a></li></ul></aside></section></section>
|
|
74
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L23">plugins/src/shared-utils/three/FivePointSelector.ts:23</a></li></ul></aside></section></section>
|
|
85
75
|
<section class="tsd-panel-group tsd-member-group">
|
|
86
76
|
<h2>Methods</h2>
|
|
87
77
|
<section class="tsd-panel tsd-member"><a id="disable" class="tsd-anchor"></a>
|
|
@@ -91,7 +81,7 @@
|
|
|
91
81
|
<li class="tsd-description">
|
|
92
82
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
93
83
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
84
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L62">plugins/src/shared-utils/three/FivePointSelector.ts:62</a></li></ul></aside></li></ul></section>
|
|
95
85
|
<section class="tsd-panel tsd-member"><a id="dispose" class="tsd-anchor"></a>
|
|
96
86
|
<h3 class="tsd-anchor-link"><span>dispose</span><a href="#dispose" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
97
87
|
<ul class="tsd-signatures">
|
|
@@ -99,7 +89,7 @@
|
|
|
99
89
|
<li class="tsd-description">
|
|
100
90
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
101
91
|
<ul>
|
|
102
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
92
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L73">plugins/src/shared-utils/three/FivePointSelector.ts:73</a></li></ul></aside></li></ul></section>
|
|
103
93
|
<section class="tsd-panel tsd-member"><a id="enable" class="tsd-anchor"></a>
|
|
104
94
|
<h3 class="tsd-anchor-link"><span>enable</span><a href="#enable" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
105
95
|
<ul class="tsd-signatures">
|
|
@@ -107,61 +97,7 @@
|
|
|
107
97
|
<li class="tsd-description">
|
|
108
98
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
109
99
|
<ul>
|
|
110
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
111
|
-
<section class="tsd-panel tsd-member"><a id="hide" class="tsd-anchor"></a>
|
|
112
|
-
<h3 class="tsd-anchor-link"><span>hide</span><a href="#hide" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
113
|
-
<ul class="tsd-signatures">
|
|
114
|
-
<li class="tsd-signature tsd-anchor-link" id="hide.hide-1"><span class="tsd-kind-call-signature">hide</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#hide.hide-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
115
|
-
<li class="tsd-description">
|
|
116
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
117
|
-
<ul>
|
|
118
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c071ef5/plugins/src/shared-utils/three/PointSelectorHelper.ts#L58">plugins/src/shared-utils/three/PointSelectorHelper.ts:58</a></li></ul></aside></li></ul></section>
|
|
119
|
-
<section class="tsd-panel tsd-member"><a id="show" class="tsd-anchor"></a>
|
|
120
|
-
<h3 class="tsd-anchor-link"><span>show</span><a href="#show" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
121
|
-
<ul class="tsd-signatures">
|
|
122
|
-
<li class="tsd-signature tsd-anchor-link" id="show.show-1"><span class="tsd-kind-call-signature">show</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#show.show-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
123
|
-
<li class="tsd-description">
|
|
124
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
125
|
-
<ul>
|
|
126
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c071ef5/plugins/src/shared-utils/three/PointSelectorHelper.ts#L49">plugins/src/shared-utils/three/PointSelectorHelper.ts:49</a></li></ul></aside></li></ul></section>
|
|
127
|
-
<section class="tsd-panel tsd-member"><a id="updateByMousePosition" class="tsd-anchor"></a>
|
|
128
|
-
<h3 class="tsd-anchor-link"><span>update<wbr/>By<wbr/>Mouse<wbr/>Position</span><a href="#updateByMousePosition" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
129
|
-
<ul class="tsd-signatures">
|
|
130
|
-
<li class="tsd-signature tsd-anchor-link" id="updateByMousePosition.updateByMousePosition-1"><span class="tsd-kind-call-signature">update<wbr/>By<wbr/>Mouse<wbr/>Position</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">mousePosition</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#updateByMousePosition.updateByMousePosition-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
131
|
-
<li class="tsd-description">
|
|
132
|
-
<div class="tsd-parameters">
|
|
133
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
134
|
-
<ul class="tsd-parameter-list">
|
|
135
|
-
<li>
|
|
136
|
-
<h5><span class="tsd-kind-parameter">mousePosition</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">clientX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">clientY</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
137
|
-
<ul class="tsd-parameters">
|
|
138
|
-
<li class="tsd-parameter">
|
|
139
|
-
<h5><span class="tsd-kind-property">clientX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
|
|
140
|
-
<li class="tsd-parameter">
|
|
141
|
-
<h5><span class="tsd-kind-property">clientY</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li></ul></div>
|
|
142
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
143
|
-
<ul>
|
|
144
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c071ef5/plugins/src/shared-utils/three/PointSelectorHelper.ts#L116">plugins/src/shared-utils/three/PointSelectorHelper.ts:116</a></li></ul></aside></li></ul></section>
|
|
145
|
-
<section class="tsd-panel tsd-member"><a id="updateByNdcPosition" class="tsd-anchor"></a>
|
|
146
|
-
<h3 class="tsd-anchor-link"><span>update<wbr/>By<wbr/>Ndc<wbr/>Position</span><a href="#updateByNdcPosition" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
147
|
-
<ul class="tsd-signatures">
|
|
148
|
-
<li class="tsd-signature tsd-anchor-link" id="updateByNdcPosition.updateByNdcPosition-1"><span class="tsd-kind-call-signature">update<wbr/>By<wbr/>Ndc<wbr/>Position</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ndcPosition</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#updateByNdcPosition.updateByNdcPosition-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
|
|
149
|
-
<li class="tsd-description">
|
|
150
|
-
<div class="tsd-comment tsd-typography"><p>@description: 根据鼠标位置更新helper位置</p>
|
|
151
|
-
</div>
|
|
152
|
-
<div class="tsd-parameters">
|
|
153
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
154
|
-
<ul class="tsd-parameter-list">
|
|
155
|
-
<li>
|
|
156
|
-
<h5><span class="tsd-kind-parameter">ndcPosition</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">x</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
157
|
-
<ul class="tsd-parameters">
|
|
158
|
-
<li class="tsd-parameter">
|
|
159
|
-
<h5><span class="tsd-kind-property">x</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
|
|
160
|
-
<li class="tsd-parameter">
|
|
161
|
-
<h5><span class="tsd-kind-property">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></li></ul></div>
|
|
162
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
163
|
-
<ul>
|
|
164
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c071ef5/plugins/src/shared-utils/three/PointSelectorHelper.ts#L131">plugins/src/shared-utils/three/PointSelectorHelper.ts:131</a></li></ul></aside></li></ul></section>
|
|
100
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L50">plugins/src/shared-utils/three/FivePointSelector.ts:50</a></li></ul></aside></li></ul></section>
|
|
165
101
|
<section class="tsd-panel tsd-member"><a id="updateWithIntersect" class="tsd-anchor"></a>
|
|
166
102
|
<h3 class="tsd-anchor-link"><span>update<wbr/>With<wbr/>Intersect</span><a href="#updateWithIntersect" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
167
103
|
<ul class="tsd-signatures">
|
|
@@ -174,7 +110,7 @@
|
|
|
174
110
|
<h5><span class="tsd-kind-parameter">intersect</span>: <span class="tsd-signature-type ">Intersection</span></h5></li></ul></div>
|
|
175
111
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
176
112
|
<ul>
|
|
177
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
113
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/fd0f910/plugins/src/shared-utils/three/FivePointSelector.ts#L81">plugins/src/shared-utils/three/FivePointSelector.ts:81</a></li></ul></aside></li></ul></section></section></div>
|
|
178
114
|
<div class="col-sidebar">
|
|
179
115
|
<div class="page-menu">
|
|
180
116
|
<div class="tsd-navigation settings">
|
|
@@ -194,17 +130,12 @@
|
|
|
194
130
|
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg><span>constructor</span></a></li>
|
|
195
131
|
<li><a href="#five" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>five</span></a></li>
|
|
196
132
|
<li><a href="#hooks" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>hooks</span></a></li>
|
|
197
|
-
<li><a href="#position" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>position</span></a></li>
|
|
198
133
|
<li><a href="#disable" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>disable</span></a></li>
|
|
199
134
|
<li><a href="#dispose" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>dispose</span></a></li>
|
|
200
135
|
<li><a href="#enable" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>enable</span></a></li>
|
|
201
|
-
<li><a href="#hide" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hide</span></a></li>
|
|
202
|
-
<li><a href="#show" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>show</span></a></li>
|
|
203
|
-
<li><a href="#updateByMousePosition" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>By<wbr/>Mouse<wbr/>Position</span></a></li>
|
|
204
|
-
<li><a href="#updateByNdcPosition" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>By<wbr/>Ndc<wbr/>Position</span></a></li>
|
|
205
136
|
<li><a href="#updateWithIntersect" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>update<wbr/>With<wbr/>Intersect</span></a></li></ul></div></details></div>
|
|
206
137
|
<div class="site-menu">
|
|
207
|
-
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.21.
|
|
138
|
+
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.21.1</span></a>
|
|
208
139
|
<ul class="tsd-small-nested-navigation">
|
|
209
140
|
<li>
|
|
210
141
|
<details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
|
|
@@ -275,15 +206,14 @@
|
|
|
275
206
|
<div class="tsd-accordion-details">
|
|
276
207
|
<ul class="tsd-nested-navigation">
|
|
277
208
|
<li><a href="Util.BetterTween.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Better<wbr/>Tween</span></a></li>
|
|
209
|
+
<li><a href="Util.FivePointSelector.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Five<wbr/>Point<wbr/>Selector</span></a></li>
|
|
278
210
|
<li><a href="Util.Interval.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Interval</span></a></li>
|
|
279
211
|
<li><a href="Util.Magnifier.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Magnifier</span></a></li>
|
|
280
212
|
<li><a href="Util.PointDomHelper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Dom<wbr/>Helper</span></a></li>
|
|
281
213
|
<li><a href="Util.PointHelper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Helper</span></a></li>
|
|
282
|
-
<li><a href="Util.PointSelectorHelper.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Point<wbr/>Selector<wbr/>Helper</span></a></li>
|
|
283
214
|
<li><a href="Util.Rectangle.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Rectangle</span></a></li>
|
|
284
215
|
<li><a href="../interfaces/Util.MagnifierParameter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Magnifier<wbr/>Parameter</span></a></li>
|
|
285
216
|
<li><a href="../interfaces/Util.MouseGroupParameter.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Mouse<wbr/>Group<wbr/>Parameter</span></a></li>
|
|
286
|
-
<li><a href="../interfaces/Util.PointIntersection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Point<wbr/>Intersection</span></a></li>
|
|
287
217
|
<li><a href="../functions/Util.absoluteUrl.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>absolute<wbr/>Url</span></a></li>
|
|
288
218
|
<li><a href="../functions/Util.getCoordsFromClient.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
|
|
289
219
|
<li><a href="../functions/Util.getCoordsFromElement.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Coords<wbr/>From<wbr/>Element</span></a></li>
|