@realsee/dnalogel 2.21.0-dev.10 → 2.21.0-dev.12

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.
Files changed (344) hide show
  1. package/dist/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
  2. package/dist/PanoMeasurePlugin/Model/area.d.ts +4 -0
  3. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +15 -11
  4. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +5 -1
  5. package/dist/PanoTagPlugin/controller/index.d.ts +2 -1
  6. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
  7. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
  8. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
  9. package/dist/index.cjs.js +54 -54
  10. package/dist/index.js +3818 -3665
  11. package/dist/index.umd.js +42 -42
  12. package/dist/shared-utils/three/PointSelector.d.ts +17 -1
  13. package/dist/shared-utils/three/PointSelectorHelper.d.ts +2 -11
  14. package/dist/typings/typings.d.ts +4 -0
  15. package/docs/assets/search.js +1 -1
  16. package/docs/classes/CSS3DRender.html +30 -31
  17. package/docs/classes/CruisePluginController.html +25 -26
  18. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -20
  19. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +34 -35
  20. package/docs/classes/Magnifier.html +19 -20
  21. package/docs/classes/ModelRoomLabelController.html +10 -11
  22. package/docs/classes/Object3DHelperController.html +24 -25
  23. package/docs/classes/PaintBrush.html +14 -15
  24. package/docs/classes/PanoMeasurePluginLine.html +26 -27
  25. package/docs/classes/PanoMeasurePluginModel.html +26 -27
  26. package/docs/classes/PanoMeasurePluginPoint.html +13 -14
  27. package/docs/classes/PanoMeasurePluginPolyline.html +26 -27
  28. package/docs/classes/PanoTagPluginController.html +50 -51
  29. package/docs/classes/Util.BetterTween.html +8 -9
  30. package/docs/classes/Util.Interval.html +11 -12
  31. package/docs/classes/Util.Magnifier.html +19 -20
  32. package/docs/classes/Util.PointDomHelper.html +10 -11
  33. package/docs/classes/Util.PointHelper.html +10 -11
  34. package/docs/classes/Util.PointSelectorHelper.html +21 -59
  35. package/docs/classes/Util.Rectangle.html +12 -13
  36. package/docs/enums/CameraMovementEffect.html +6 -7
  37. package/docs/enums/ContentType.html +19 -20
  38. package/docs/enums/DIRECTION.html +8 -9
  39. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -9
  40. package/docs/enums/DimensionType.html +6 -7
  41. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -8
  42. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -9
  43. package/docs/enums/PaintBrushTypeEnum.html +7 -8
  44. package/docs/enums/PointType.html +6 -7
  45. package/docs/enums/Rotation.html +7 -8
  46. package/docs/functions/CSS3DRenderPlugin.html +3 -4
  47. package/docs/functions/CameraMovementPlugin.html +3 -4
  48. package/docs/functions/CruisePlugin.html +3 -4
  49. package/docs/functions/GuideLinePlugin.html +4 -5
  50. package/docs/functions/ItemLabelPlugin.html +3 -4
  51. package/docs/functions/MapviewFloorplanPlugin.html +3 -4
  52. package/docs/functions/ModelChassisCompassPlugin.html +3 -4
  53. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -4
  54. package/docs/functions/ModelFloorplanPlugin.html +3 -4
  55. package/docs/functions/ModelItemLabelPlugin.html +3 -4
  56. package/docs/functions/ModelRoomLabelPlugin.html +3 -4
  57. package/docs/functions/ModelTVVideoPlugin.html +3 -4
  58. package/docs/functions/ModelViewPlugin.html +3 -4
  59. package/docs/functions/Object3DHelperPlugin.html +3 -4
  60. package/docs/functions/PanoCompassPlugin.html +3 -4
  61. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -4
  62. package/docs/functions/PanoDoorLabelPlugin.html +3 -4
  63. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -4
  64. package/docs/functions/PanoMeasurePlugin.html +3 -4
  65. package/docs/functions/PanoRulerPlugin.html +3 -4
  66. package/docs/functions/PanoRulerProPlugin.html +3 -4
  67. package/docs/functions/PanoSpatialTagPlugin.html +3 -4
  68. package/docs/functions/PanoTagPlugin.html +3 -4
  69. package/docs/functions/PanoVideoPlugin.html +3 -4
  70. package/docs/functions/TopviewFloorplanPlugin.html +3 -4
  71. package/docs/functions/Util.absoluteUrl.html +4 -5
  72. package/docs/functions/Util.getCoordsFromClient.html +4 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +4 -5
  74. package/docs/functions/Util.getFrameTime.html +4 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -5
  77. package/docs/functions/Util.isAbsoluteURL.html +4 -5
  78. package/docs/functions/Util.isModelLike.html +4 -5
  79. package/docs/functions/Util.isNil.html +4 -5
  80. package/docs/functions/Util.isPanoramaLike.html +4 -5
  81. package/docs/functions/Util.nextFrame.html +4 -5
  82. package/docs/functions/Util.notNil.html +4 -5
  83. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -5
  84. package/docs/functions/Util.tweenProgress.html +4 -5
  85. package/docs/functions/Util.uuid.html +4 -5
  86. package/docs/functions/pluginFlag.html +4 -5
  87. package/docs/index.html +4 -5
  88. package/docs/interfaces/AddTagConfig.html +5 -6
  89. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -11
  90. package/docs/interfaces/CSS3DRenderPluginState.html +7 -8
  91. package/docs/interfaces/CameraMovementPluginExportType.html +6 -7
  92. package/docs/interfaces/CruisePluginTypes.Config.html +7 -8
  93. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -12
  94. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -20
  95. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -12
  96. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -14
  97. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -14
  98. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -9
  99. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -7
  100. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -11
  101. package/docs/interfaces/EventMap.html +14 -15
  102. package/docs/interfaces/FloorplanBounding.html +7 -8
  103. package/docs/interfaces/FloorplanData.html +9 -10
  104. package/docs/interfaces/FloorplanEntrance.html +10 -11
  105. package/docs/interfaces/FloorplanExtraObject.html +9 -10
  106. package/docs/interfaces/FloorplanExtraObject3D.html +7 -8
  107. package/docs/interfaces/FloorplanFloorData.html +8 -9
  108. package/docs/interfaces/FloorplanImagePosition.html +6 -7
  109. package/docs/interfaces/FloorplanObserver.html +8 -9
  110. package/docs/interfaces/FloorplanOutlineItem.html +8 -9
  111. package/docs/interfaces/FloorplanPosition.html +6 -7
  112. package/docs/interfaces/FloorplanRoomItem.html +12 -13
  113. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -7
  114. package/docs/interfaces/FloorplanServerBounding.html +7 -8
  115. package/docs/interfaces/FloorplanServerComputedData.html +9 -10
  116. package/docs/interfaces/FloorplanServerData.html +6 -7
  117. package/docs/interfaces/FloorplanServerDoorItem.html +9 -10
  118. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -8
  119. package/docs/interfaces/FloorplanServerEntrance.html +10 -11
  120. package/docs/interfaces/FloorplanServerFloorData.html +8 -9
  121. package/docs/interfaces/FloorplanServerImagePosition.html +6 -7
  122. package/docs/interfaces/FloorplanServerObserver.html +8 -9
  123. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -9
  124. package/docs/interfaces/FloorplanServerPosition.html +6 -7
  125. package/docs/interfaces/FloorplanServerRoomItem.html +13 -14
  126. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -7
  127. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -8
  128. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -10
  129. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -13
  130. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -8
  131. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -6
  132. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -13
  133. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -8
  134. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -18
  135. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -7
  136. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -18
  137. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -5
  138. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -7
  139. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -8
  140. package/docs/interfaces/GuideLinePluginType.Route.html +10 -11
  141. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -9
  142. package/docs/interfaces/HelperOffset.html +7 -8
  143. package/docs/interfaces/ImagePlaneGroup.html +5 -6
  144. package/docs/interfaces/ItemLabelPluginData.html +5 -6
  145. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -11
  146. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -9
  147. package/docs/interfaces/MinMax.html +6 -7
  148. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -7
  149. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -8
  150. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -7
  151. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -8
  152. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -8
  153. package/docs/interfaces/ModelItemLabelPluginData.html +5 -6
  154. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -11
  155. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -7
  156. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -6
  157. package/docs/interfaces/ModelTVVideoPluginData.html +8 -9
  158. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -8
  159. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -6
  160. package/docs/interfaces/ModelViewPluginExportType.html +10 -11
  161. package/docs/interfaces/Object3DHelperState.html +7 -8
  162. package/docs/interfaces/ObjectHelperControllers.html +8 -9
  163. package/docs/interfaces/PaintBrushAction.html +11 -12
  164. package/docs/interfaces/PaintBrushConfigs.html +11 -12
  165. package/docs/interfaces/PaintBrushState.html +9 -10
  166. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -10
  167. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -5
  168. package/docs/interfaces/PanoMeasureParameterType.html +14 -15
  169. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -8
  170. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -7
  171. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -7
  172. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -8
  173. package/docs/interfaces/PanoRulerPluginExportType.html +9 -10
  174. package/docs/interfaces/PanoRulerPluginOptions.html +6 -7
  175. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -8
  176. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -9
  177. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -7
  178. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -7
  179. package/docs/interfaces/PanoRulerProPluginState.html +7 -8
  180. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -5
  181. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -5
  182. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -11
  183. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -10
  184. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -13
  185. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -10
  186. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -13
  187. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -11
  188. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -10
  189. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -6
  190. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -8
  191. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -6
  192. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -9
  193. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -6
  194. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -8
  195. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -10
  196. package/docs/interfaces/Point.html +7 -8
  197. package/docs/interfaces/Room.html +8 -9
  198. package/docs/interfaces/RoomInfo.html +6 -7
  199. package/docs/interfaces/RoomLabel.html +13 -14
  200. package/docs/interfaces/RoomRules.html +4 -5
  201. package/docs/interfaces/Rooms.html +4 -5
  202. package/docs/interfaces/Scissor.html +8 -9
  203. package/docs/interfaces/State.html +7 -8
  204. package/docs/interfaces/TagCacheInterface.html +11 -12
  205. package/docs/interfaces/TagConfig.html +13 -14
  206. package/docs/interfaces/TagGLTFObjectGroup.html +5 -6
  207. package/docs/interfaces/TagIconUrl.html +11 -12
  208. package/docs/interfaces/TagObjectGroup.html +5 -6
  209. package/docs/interfaces/TagStyle.html +5 -6
  210. package/docs/interfaces/Tags.html +8 -9
  211. package/docs/interfaces/TemporaryState.html +5 -6
  212. package/docs/interfaces/Util.MagnifierParameter.html +10 -11
  213. package/docs/interfaces/Util.MouseGroupParameter.html +7 -8
  214. package/docs/interfaces/Util.PointIntersection.html +7 -8
  215. package/docs/modules/CruisePluginTypes.html +4 -5
  216. package/docs/modules/GuideLineItem.html +4 -5
  217. package/docs/modules/GuideLineModeItem.html +4 -5
  218. package/docs/modules/GuideLinePluginType.html +4 -5
  219. package/docs/modules/PanoVideoPluginType.html +4 -5
  220. package/docs/modules/Util.html +4 -5
  221. package/docs/modules.html +4 -6
  222. package/docs/types/ArrayPosition.html +4 -5
  223. package/docs/types/AudioAppearance.html +4 -5
  224. package/docs/types/AudioTagTypeConfigKey.html +4 -5
  225. package/docs/types/CSS3DRenderExportType.html +4 -5
  226. package/docs/types/CSS3DRenderPluginExportType.html +4 -5
  227. package/docs/types/CSS3DRenderPluginParameterType.html +4 -5
  228. package/docs/types/ClassFunctionParameters.html +4 -5
  229. package/docs/types/Color.html +4 -5
  230. package/docs/types/ContentTypeConfigKey.html +4 -5
  231. package/docs/types/ContentTypeConfigKeySplit.html +4 -5
  232. package/docs/types/ContentTypeMap.html +4 -5
  233. package/docs/types/Create3DDomContainerReturnType.html +4 -5
  234. package/docs/types/Create3DElementReturnType.html +4 -5
  235. package/docs/types/CruisePluginExportType.html +4 -5
  236. package/docs/types/CruisePluginTypes.CruiseData.html +4 -5
  237. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -5
  238. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -5
  239. package/docs/types/DeprecatedTagProperty.html +4 -5
  240. package/docs/types/Direction-1.html +4 -5
  241. package/docs/types/Direction4.html +4 -5
  242. package/docs/types/ElementRenderer.html +4 -5
  243. package/docs/types/FloorplanRuleLabels.html +4 -5
  244. package/docs/types/FloorplanServerRuleLabels.html +4 -5
  245. package/docs/types/GuideLinePluginExportType.html +4 -5
  246. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -5
  247. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -5
  248. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -5
  249. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -5
  250. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -5
  251. package/docs/types/GuideLinePluginType.PathItem.html +4 -5
  252. package/docs/types/GuideLinePluginType.PluginData.html +4 -5
  253. package/docs/types/HelperEventMap.html +4 -5
  254. package/docs/types/LoadTagConfig.html +4 -5
  255. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -5
  256. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -5
  257. package/docs/types/MediaData.html +4 -5
  258. package/docs/types/MediaStore.html +4 -5
  259. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -5
  260. package/docs/types/ModelFloorplanPluginParameterType.html +4 -5
  261. package/docs/types/ModelFloorplanPluginReturnType.html +4 -5
  262. package/docs/types/ModelRoomLabelPluginParameters.html +4 -5
  263. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -5
  264. package/docs/types/MoveArgs.html +4 -5
  265. package/docs/types/MoveOpts.html +4 -5
  266. package/docs/types/Object3DHelperEventMap.html +4 -5
  267. package/docs/types/ObjectFit.html +4 -5
  268. package/docs/types/PaintBrushEventMap.html +4 -5
  269. package/docs/types/PanoCompassPluginData.html +4 -5
  270. package/docs/types/PanoCompassPluginExportType.html +4 -5
  271. package/docs/types/PanoCompassPluginParameterType.html +4 -5
  272. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -5
  273. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -5
  274. package/docs/types/PanoIndex.html +4 -5
  275. package/docs/types/PanoMeasurePluginEvent.html +4 -5
  276. package/docs/types/PanoMeasureReturnType.html +4 -5
  277. package/docs/types/PanoSpatialTagPluginId.html +4 -5
  278. package/docs/types/PanoTagPluginExportInterface.html +4 -5
  279. package/docs/types/PanoTagPluginParamsInterface.html +4 -5
  280. package/docs/types/PanoVideoPluginParameterType.html +4 -5
  281. package/docs/types/PanoVideoPluginReturnType.html +4 -5
  282. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -5
  283. package/docs/types/PlaneTag.html +4 -5
  284. package/docs/types/Point2DTag.html +4 -5
  285. package/docs/types/Point3DTag.html +4 -5
  286. package/docs/types/PointTag.html +4 -5
  287. package/docs/types/PointTagInstance.html +4 -5
  288. package/docs/types/Position.html +4 -5
  289. package/docs/types/RotateArgs.html +4 -5
  290. package/docs/types/RotateOpts.html +4 -5
  291. package/docs/types/RuleLabelsKey.html +4 -5
  292. package/docs/types/RuleLabelsValue.html +4 -5
  293. package/docs/types/StickType.html +4 -5
  294. package/docs/types/Tag.html +4 -5
  295. package/docs/types/Tag2D.html +4 -5
  296. package/docs/types/Tag3D.html +4 -5
  297. package/docs/types/TagContentType.html +4 -5
  298. package/docs/types/TagDimensionType.html +4 -5
  299. package/docs/types/TagElement.html +4 -5
  300. package/docs/types/TagEvents.html +4 -5
  301. package/docs/types/TagGLTFObject.html +4 -5
  302. package/docs/types/TagHooks.html +4 -5
  303. package/docs/types/TagId.html +4 -5
  304. package/docs/types/TagInstance.html +4 -5
  305. package/docs/types/TagPointType.html +4 -5
  306. package/docs/types/TagRendererMap.html +4 -5
  307. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -5
  308. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -5
  309. package/docs/types/WorkCode.html +4 -5
  310. package/docs/variables/FLOOR_TYPE_MAP.html +4 -5
  311. package/docs/variables/PLUGIN.html +4 -5
  312. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -5
  313. package/docs/variables/ROOM_TYPE_MAP.html +4 -5
  314. package/docs/variables/itemLabelPluginServerParams.html +4 -5
  315. package/docs/variables/modelItemLabelPluginServerParams.html +4 -5
  316. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -5
  317. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +43 -43
  318. package/libs/PanoMeasurePlugin/Components/Controller0.js +101 -101
  319. package/libs/PanoMeasurePlugin/Components/Controller1.js +172 -168
  320. package/libs/PanoMeasurePlugin/Components/Tip.js +154 -0
  321. package/libs/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
  322. package/libs/PanoMeasurePlugin/Controller/EditController.js +82 -76
  323. package/libs/PanoMeasurePlugin/Controller/index.js +23 -21
  324. package/libs/PanoMeasurePlugin/Model/area.d.ts +4 -0
  325. package/libs/PanoMeasurePlugin/Model/area.js +38 -31
  326. package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +15 -11
  327. package/libs/PanoMeasurePlugin/Modules/GuideController.js +67 -40
  328. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -1
  329. package/libs/PanoMeasurePlugin/index.js +16 -14
  330. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +5 -1
  331. package/libs/PanoTagPlugin/controller/index.d.ts +2 -1
  332. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
  333. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
  334. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
  335. package/libs/base/BasePlugin.js +1 -1
  336. package/libs/index.js +111 -110
  337. package/libs/shared-utils/logger.js +1 -1
  338. package/libs/shared-utils/three/PointSelector.d.ts +17 -1
  339. package/libs/shared-utils/three/PointSelector.js +89 -34
  340. package/libs/shared-utils/three/PointSelectorHelper.d.ts +2 -11
  341. package/libs/shared-utils/three/PointSelectorHelper.js +32 -82
  342. package/libs/typings/typings.d.ts +4 -0
  343. package/package.json +1 -1
  344. package/docs/types/PartialObjectDeep.html +0 -361
@@ -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>PointHelper | 如视看房插件合集 - v2.21.0-dev.10</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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PointHelper | 如视看房插件合集 - v2.21.0-dev.12</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.0-dev.10</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.0-dev.12</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">
@@ -23,7 +23,7 @@
23
23
  <ul class="tsd-hierarchy">
24
24
  <li><span class="target">PointHelper</span></li></ul></li></ul></section><aside class="tsd-sources">
25
25
  <ul>
26
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L79">plugins/src/shared-utils/three/PointHelper.ts:79</a></li></ul></aside>
26
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L79">plugins/src/shared-utils/three/PointHelper.ts:79</a></li></ul></aside>
27
27
  <section class="tsd-panel-group tsd-index-group">
28
28
  <section class="tsd-panel tsd-index-panel">
29
29
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -54,24 +54,24 @@
54
54
  <h4 class="tsd-returns-title">Returns <a href="Util.PointHelper.html" class="tsd-signature-type tsd-kind-class">PointHelper</a></h4><aside class="tsd-sources">
55
55
  <p>Overrides THREE.Object3D.constructor</p>
56
56
  <ul>
57
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L84">plugins/src/shared-utils/three/PointHelper.ts:84</a></li></ul></aside></li></ul></section></section>
57
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L84">plugins/src/shared-utils/three/PointHelper.ts:84</a></li></ul></aside></li></ul></section></section>
58
58
  <section class="tsd-panel-group tsd-member-group">
59
59
  <h2>Properties</h2>
60
60
  <section class="tsd-panel tsd-member"><a id="ballMesh" class="tsd-anchor"></a>
61
61
  <h3 class="tsd-anchor-link"><span>ball<wbr/>Mesh</span><a href="#ballMesh" 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>
62
62
  <div class="tsd-signature"><span class="tsd-kind-property">ball<wbr/>Mesh</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Mesh</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">SphereGeometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">MeshBasicMaterial</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
63
63
  <ul>
64
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L82">plugins/src/shared-utils/three/PointHelper.ts:82</a></li></ul></aside></section>
64
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L82">plugins/src/shared-utils/three/PointHelper.ts:82</a></li></ul></aside></section>
65
65
  <section class="tsd-panel tsd-member"><a id="lineMesh" class="tsd-anchor"></a>
66
66
  <h3 class="tsd-anchor-link"><span>line<wbr/>Mesh</span><a href="#lineMesh" 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>
67
67
  <div class="tsd-signature"><span class="tsd-kind-property">line<wbr/>Mesh</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Mesh</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">TubeGeometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">ShaderMaterial</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
68
68
  <ul>
69
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L81">plugins/src/shared-utils/three/PointHelper.ts:81</a></li></ul></aside></section>
69
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L81">plugins/src/shared-utils/three/PointHelper.ts:81</a></li></ul></aside></section>
70
70
  <section class="tsd-panel tsd-member"><a id="planeMesh" class="tsd-anchor"></a>
71
71
  <h3 class="tsd-anchor-link"><span>plane<wbr/>Mesh</span><a href="#planeMesh" 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
72
  <div class="tsd-signature"><span class="tsd-kind-property">plane<wbr/>Mesh</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Mesh</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">PlaneGeometry</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">MeshBasicMaterial</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
73
73
  <ul>
74
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L80">plugins/src/shared-utils/three/PointHelper.ts:80</a></li></ul></aside></section></section>
74
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L80">plugins/src/shared-utils/three/PointHelper.ts:80</a></li></ul></aside></section></section>
75
75
  <section class="tsd-panel-group tsd-member-group">
76
76
  <h2>Methods</h2>
77
77
  <section class="tsd-panel tsd-member"><a id="dispose" class="tsd-anchor"></a>
@@ -81,7 +81,7 @@
81
81
  <li class="tsd-description">
82
82
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
83
83
  <ul>
84
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L99">plugins/src/shared-utils/three/PointHelper.ts:99</a></li></ul></aside></li></ul></section>
84
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L99">plugins/src/shared-utils/three/PointHelper.ts:99</a></li></ul></aside></li></ul></section>
85
85
  <section class="tsd-panel tsd-member"><a id="updateWithIntersect" class="tsd-anchor"></a>
86
86
  <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>
87
87
  <ul class="tsd-signatures">
@@ -94,7 +94,7 @@
94
94
  <h5><span class="tsd-kind-parameter">intersect</span>: <span class="tsd-signature-type ">Intersection</span></h5></li></ul></div>
95
95
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
96
96
  <ul>
97
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointHelper.ts#L92">plugins/src/shared-utils/three/PointHelper.ts:92</a></li></ul></aside></li></ul></section></section></div>
97
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointHelper.ts#L92">plugins/src/shared-utils/three/PointHelper.ts:92</a></li></ul></aside></li></ul></section></section></div>
98
98
  <div class="col-sidebar">
99
99
  <div class="page-menu">
100
100
  <div class="tsd-navigation settings">
@@ -118,7 +118,7 @@
118
118
  <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>
119
119
  <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>
120
120
  <div class="site-menu">
121
- <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.0-<wbr/>dev.10</span></a>
121
+ <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.0-<wbr/>dev.12</span></a>
122
122
  <ul class="tsd-small-nested-navigation">
123
123
  <li>
124
124
  <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>
@@ -378,7 +378,6 @@
378
378
  <li><a href="../types/PanoTagPluginParamsInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</span></a></li>
379
379
  <li><a href="../types/PanoVideoPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
380
380
  <li><a href="../types/PanoVideoPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
381
- <li><a href="../types/PartialObjectDeep.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Partial<wbr/>Object<wbr/>Deep</span></a></li>
382
381
  <li><a href="../types/PickTagContentTypeInContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pick<wbr/>Tag<wbr/>Content<wbr/>Type<wbr/>In<wbr/>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
383
382
  <li><a href="../types/PlaneTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Plane<wbr/>Tag</span></a></li>
384
383
  <li><a href="../types/Point2DTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point2DTag</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>PointSelectorHelper | 如视看房插件合集 - v2.21.0-dev.10</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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PointSelectorHelper | 如视看房插件合集 - v2.21.0-dev.12</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.0-dev.10</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.0-dev.12</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">
@@ -21,7 +21,7 @@
21
21
  <ul class="tsd-hierarchy">
22
22
  <li><span class="target">PointSelectorHelper</span></li></ul></section><aside class="tsd-sources">
23
23
  <ul>
24
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L26">plugins/src/shared-utils/three/PointSelectorHelper.ts:26</a></li></ul></aside>
24
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L26">plugins/src/shared-utils/three/PointSelectorHelper.ts:26</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">
@@ -45,8 +45,6 @@
45
45
  <a href="Util.PointSelectorHelper.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>
46
46
  <a href="Util.PointSelectorHelper.html#hide" 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>hide</span></a>
47
47
  <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>
48
- <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>
49
- <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>
50
48
  <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>
51
49
  </div></section></div></details></section></section>
52
50
  <section class="tsd-panel-group tsd-member-group">
@@ -65,29 +63,29 @@
65
63
  <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">&lt;</span><span class="tsd-signature-type ">Options</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
66
64
  <h4 class="tsd-returns-title">Returns <a href="Util.PointSelectorHelper.html" class="tsd-signature-type tsd-kind-class">PointSelectorHelper</a></h4><aside class="tsd-sources">
67
65
  <ul>
68
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L36">plugins/src/shared-utils/three/PointSelectorHelper.ts:36</a></li></ul></aside></li></ul></section></section>
66
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L36">plugins/src/shared-utils/three/PointSelectorHelper.ts:36</a></li></ul></aside></li></ul></section></section>
69
67
  <section class="tsd-panel-group tsd-member-group">
70
68
  <h2>Properties</h2>
71
69
  <section class="tsd-panel tsd-member"><a id="five" class="tsd-anchor"></a>
72
70
  <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>
73
71
  <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">
74
72
  <ul>
75
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L27">plugins/src/shared-utils/three/PointSelectorHelper.ts:27</a></li></ul></aside></section>
73
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L27">plugins/src/shared-utils/three/PointSelectorHelper.ts:27</a></li></ul></aside></section>
76
74
  <section class="tsd-panel tsd-member"><a id="hooks" class="tsd-anchor"></a>
77
75
  <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>
78
76
  <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">&lt;</span><span class="tsd-signature-type ">EventMap</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
79
77
  <ul>
80
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L28">plugins/src/shared-utils/three/PointSelectorHelper.ts:28</a></li></ul></aside></section>
78
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L28">plugins/src/shared-utils/three/PointSelectorHelper.ts:28</a></li></ul></aside></section>
81
79
  <section class="tsd-panel tsd-member"><a id="magnifier" class="tsd-anchor"></a>
82
80
  <h3 class="tsd-anchor-link"><span>magnifier</span><a href="#magnifier" 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
81
  <div class="tsd-signature"><span class="tsd-kind-property">magnifier</span><span class="tsd-signature-symbol">:</span> <a href="../modules/Util.html" class="tsd-signature-type tsd-kind-namespace">Util</a><span class="tsd-signature-symbol">.</span><a href="Util.Magnifier.html" class="tsd-signature-type tsd-kind-class">Magnifier</a><span class="tsd-signature-symbol"> = null</span></div><aside class="tsd-sources">
84
82
  <ul>
85
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L30">plugins/src/shared-utils/three/PointSelectorHelper.ts:30</a></li></ul></aside></section>
83
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L30">plugins/src/shared-utils/three/PointSelectorHelper.ts:30</a></li></ul></aside></section>
86
84
  <section class="tsd-panel tsd-member"><a id="position" class="tsd-anchor"></a>
87
85
  <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>
88
86
  <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">
89
87
  <ul>
90
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L29">plugins/src/shared-utils/three/PointSelectorHelper.ts:29</a></li></ul></aside></section></section>
88
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L29">plugins/src/shared-utils/three/PointSelectorHelper.ts:29</a></li></ul></aside></section></section>
91
89
  <section class="tsd-panel-group tsd-member-group">
92
90
  <h2>Methods</h2>
93
91
  <section class="tsd-panel tsd-member"><a id="disable" class="tsd-anchor"></a>
@@ -97,7 +95,7 @@
97
95
  <li class="tsd-description">
98
96
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
99
97
  <ul>
100
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L79">plugins/src/shared-utils/three/PointSelectorHelper.ts:79</a></li></ul></aside></li></ul></section>
98
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L79">plugins/src/shared-utils/three/PointSelectorHelper.ts:79</a></li></ul></aside></li></ul></section>
101
99
  <section class="tsd-panel tsd-member"><a id="dispose" class="tsd-anchor"></a>
102
100
  <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>
103
101
  <ul class="tsd-signatures">
@@ -105,7 +103,7 @@
105
103
  <li class="tsd-description">
106
104
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
107
105
  <ul>
108
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L90">plugins/src/shared-utils/three/PointSelectorHelper.ts:90</a></li></ul></aside></li></ul></section>
106
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L90">plugins/src/shared-utils/three/PointSelectorHelper.ts:90</a></li></ul></aside></li></ul></section>
109
107
  <section class="tsd-panel tsd-member"><a id="enable" class="tsd-anchor"></a>
110
108
  <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>
111
109
  <ul class="tsd-signatures">
@@ -113,7 +111,7 @@
113
111
  <li class="tsd-description">
114
112
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
115
113
  <ul>
116
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L67">plugins/src/shared-utils/three/PointSelectorHelper.ts:67</a></li></ul></aside></li></ul></section>
114
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L67">plugins/src/shared-utils/three/PointSelectorHelper.ts:67</a></li></ul></aside></li></ul></section>
117
115
  <section class="tsd-panel tsd-member"><a id="hide" class="tsd-anchor"></a>
118
116
  <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>
119
117
  <ul class="tsd-signatures">
@@ -121,7 +119,7 @@
121
119
  <li class="tsd-description">
122
120
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
123
121
  <ul>
124
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L58">plugins/src/shared-utils/three/PointSelectorHelper.ts:58</a></li></ul></aside></li></ul></section>
122
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L58">plugins/src/shared-utils/three/PointSelectorHelper.ts:58</a></li></ul></aside></li></ul></section>
125
123
  <section class="tsd-panel tsd-member"><a id="show" class="tsd-anchor"></a>
126
124
  <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>
127
125
  <ul class="tsd-signatures">
@@ -129,58 +127,25 @@
129
127
  <li class="tsd-description">
130
128
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
131
129
  <ul>
132
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L49">plugins/src/shared-utils/three/PointSelectorHelper.ts:49</a></li></ul></aside></li></ul></section>
133
- <section class="tsd-panel tsd-member"><a id="updateByMousePosition" class="tsd-anchor"></a>
134
- <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>
130
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L49">plugins/src/shared-utils/three/PointSelectorHelper.ts:49</a></li></ul></aside></li></ul></section>
131
+ <section class="tsd-panel tsd-member"><a id="updateWithIntersect" class="tsd-anchor"></a>
132
+ <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>
135
133
  <ul class="tsd-signatures">
136
- <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>
134
+ <li class="tsd-signature tsd-anchor-link" id="updateWithIntersect.updateWithIntersect-1"><span class="tsd-kind-call-signature">update<wbr/>With<wbr/>Intersect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">intersect</span>, <span class="tsd-kind-parameter">config</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="#updateWithIntersect.updateWithIntersect-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>
137
135
  <li class="tsd-description">
138
136
  <div class="tsd-parameters">
139
137
  <h4 class="tsd-parameters-title">Parameters</h4>
140
138
  <ul class="tsd-parameter-list">
141
139
  <li>
142
- <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>
143
- <ul class="tsd-parameters">
144
- <li class="tsd-parameter">
145
- <h5><span class="tsd-kind-property">clientX</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
146
- <li class="tsd-parameter">
147
- <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>
148
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
149
- <ul>
150
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L116">plugins/src/shared-utils/three/PointSelectorHelper.ts:116</a></li></ul></aside></li></ul></section>
151
- <section class="tsd-panel tsd-member"><a id="updateByNdcPosition" class="tsd-anchor"></a>
152
- <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>
153
- <ul class="tsd-signatures">
154
- <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>
155
- <li class="tsd-description">
156
- <div class="tsd-comment tsd-typography"><p>@description: 根据鼠标位置更新helper位置</p>
157
- </div>
158
- <div class="tsd-parameters">
159
- <h4 class="tsd-parameters-title">Parameters</h4>
160
- <ul class="tsd-parameter-list">
140
+ <h5><span class="tsd-kind-parameter">intersect</span>: <span class="tsd-signature-type ">Intersection</span></h5></li>
161
141
  <li>
162
- <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>
142
+ <h5><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">emitEvent</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></h5>
163
143
  <ul class="tsd-parameters">
164
144
  <li class="tsd-parameter">
165
- <h5><span class="tsd-kind-property">x</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
166
- <li class="tsd-parameter">
167
- <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>
168
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
169
- <ul>
170
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L131">plugins/src/shared-utils/three/PointSelectorHelper.ts:131</a></li></ul></aside></li></ul></section>
171
- <section class="tsd-panel tsd-member"><a id="updateWithIntersect" class="tsd-anchor"></a>
172
- <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>
173
- <ul class="tsd-signatures">
174
- <li class="tsd-signature tsd-anchor-link" id="updateWithIntersect.updateWithIntersect-1"><span class="tsd-kind-call-signature">update<wbr/>With<wbr/>Intersect</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">intersect</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#updateWithIntersect.updateWithIntersect-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>
175
- <li class="tsd-description">
176
- <div class="tsd-parameters">
177
- <h4 class="tsd-parameters-title">Parameters</h4>
178
- <ul class="tsd-parameter-list">
179
- <li>
180
- <h5><span class="tsd-kind-parameter">intersect</span>: <span class="tsd-signature-type ">Intersection</span></h5></li></ul></div>
145
+ <h5><span class="tsd-kind-property">emit<wbr/>Event</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li></ul></div>
181
146
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
182
147
  <ul>
183
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/three/PointSelectorHelper.ts#L98">plugins/src/shared-utils/three/PointSelectorHelper.ts:98</a></li></ul></aside></li></ul></section></section></div>
148
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/three/PointSelectorHelper.ts#L98">plugins/src/shared-utils/three/PointSelectorHelper.ts:98</a></li></ul></aside></li></ul></section></section></div>
184
149
  <div class="col-sidebar">
185
150
  <div class="page-menu">
186
151
  <div class="tsd-navigation settings">
@@ -207,11 +172,9 @@
207
172
  <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>
208
173
  <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>
209
174
  <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>
210
- <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>
211
- <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>
212
175
  <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>
213
176
  <div class="site-menu">
214
- <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.0-<wbr/>dev.10</span></a>
177
+ <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.0-<wbr/>dev.12</span></a>
215
178
  <ul class="tsd-small-nested-navigation">
216
179
  <li>
217
180
  <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>
@@ -471,7 +434,6 @@
471
434
  <li><a href="../types/PanoTagPluginParamsInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</span></a></li>
472
435
  <li><a href="../types/PanoVideoPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
473
436
  <li><a href="../types/PanoVideoPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
474
- <li><a href="../types/PartialObjectDeep.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Partial<wbr/>Object<wbr/>Deep</span></a></li>
475
437
  <li><a href="../types/PickTagContentTypeInContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pick<wbr/>Tag<wbr/>Content<wbr/>Type<wbr/>In<wbr/>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
476
438
  <li><a href="../types/PlaneTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Plane<wbr/>Tag</span></a></li>
477
439
  <li><a href="../types/Point2DTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point2DTag</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>Rectangle | 如视看房插件合集 - v2.21.0-dev.10</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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Rectangle | 如视看房插件合集 - v2.21.0-dev.12</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.0-dev.10</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.21.0-dev.12</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">
@@ -24,7 +24,7 @@
24
24
  <ul class="tsd-hierarchy">
25
25
  <li><span class="target">Rectangle</span></li></ul></section><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L4">plugins/src/shared-utils/math/Rectangle.ts:4</a></li></ul></aside>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L4">plugins/src/shared-utils/math/Rectangle.ts:4</a></li></ul></aside>
28
28
  <section class="tsd-panel-group tsd-index-group">
29
29
  <section class="tsd-panel tsd-index-panel">
30
30
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -73,14 +73,14 @@
73
73
  <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>
74
74
  <h4 class="tsd-returns-title">Returns <a href="Util.Rectangle.html" class="tsd-signature-type tsd-kind-class">Rectangle</a></h4><aside class="tsd-sources">
75
75
  <ul>
76
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L11">plugins/src/shared-utils/math/Rectangle.ts:11</a></li></ul></aside></li></ul></section></section>
76
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L11">plugins/src/shared-utils/math/Rectangle.ts:11</a></li></ul></aside></li></ul></section></section>
77
77
  <section class="tsd-panel-group tsd-member-group">
78
78
  <h2>Properties</h2>
79
79
  <section class="tsd-panel tsd-member"><a id="isRectangle" class="tsd-anchor"></a>
80
80
  <h3 class="tsd-anchor-link"><span>is<wbr/>Rectangle</span><a href="#isRectangle" 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>
81
81
  <div class="tsd-signature"><span class="tsd-kind-property">is<wbr/>Rectangle</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
82
82
  <ul>
83
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L9">plugins/src/shared-utils/math/Rectangle.ts:9</a></li></ul></aside></section>
83
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L9">plugins/src/shared-utils/math/Rectangle.ts:9</a></li></ul></aside></section>
84
84
  <section class="tsd-panel tsd-member"><a id="max" class="tsd-anchor"></a>
85
85
  <h3 class="tsd-anchor-link"><span>max</span><a href="#max" 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>
86
86
  <div class="tsd-signature"><span class="tsd-kind-property">max</span><span class="tsd-signature-symbol">:</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></div>
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-parameter">
93
93
  <h5><span class="tsd-kind-property">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L6">plugins/src/shared-utils/math/Rectangle.ts:6</a></li></ul></aside></section>
95
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L6">plugins/src/shared-utils/math/Rectangle.ts:6</a></li></ul></aside></section>
96
96
  <section class="tsd-panel tsd-member"><a id="min" class="tsd-anchor"></a>
97
97
  <h3 class="tsd-anchor-link"><span>min</span><a href="#min" 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>
98
98
  <div class="tsd-signature"><span class="tsd-kind-property">min</span><span class="tsd-signature-symbol">:</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></div>
@@ -104,17 +104,17 @@
104
104
  <li class="tsd-parameter">
105
105
  <h5><span class="tsd-kind-property">y</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
106
106
  <ul>
107
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L5">plugins/src/shared-utils/math/Rectangle.ts:5</a></li></ul></aside></section>
107
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L5">plugins/src/shared-utils/math/Rectangle.ts:5</a></li></ul></aside></section>
108
108
  <section class="tsd-panel tsd-member"><a id="xInterval" class="tsd-anchor"></a>
109
109
  <h3 class="tsd-anchor-link"><span>x<wbr/>Interval</span><a href="#xInterval" 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
  <div class="tsd-signature"><span class="tsd-kind-property">x<wbr/>Interval</span><span class="tsd-signature-symbol">:</span> <a href="Util.Interval.html" class="tsd-signature-type tsd-kind-class">Interval</a></div><aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L7">plugins/src/shared-utils/math/Rectangle.ts:7</a></li></ul></aside></section>
112
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L7">plugins/src/shared-utils/math/Rectangle.ts:7</a></li></ul></aside></section>
113
113
  <section class="tsd-panel tsd-member"><a id="yInterval" class="tsd-anchor"></a>
114
114
  <h3 class="tsd-anchor-link"><span>y<wbr/>Interval</span><a href="#yInterval" 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>
115
115
  <div class="tsd-signature"><span class="tsd-kind-property">y<wbr/>Interval</span><span class="tsd-signature-symbol">:</span> <a href="Util.Interval.html" class="tsd-signature-type tsd-kind-class">Interval</a></div><aside class="tsd-sources">
116
116
  <ul>
117
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L8">plugins/src/shared-utils/math/Rectangle.ts:8</a></li></ul></aside></section></section>
117
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L8">plugins/src/shared-utils/math/Rectangle.ts:8</a></li></ul></aside></section></section>
118
118
  <section class="tsd-panel-group tsd-member-group">
119
119
  <h2>Methods</h2>
120
120
  <section class="tsd-panel tsd-member"><a id="containsRect" class="tsd-anchor"></a>
@@ -131,7 +131,7 @@
131
131
  <h5><span class="tsd-kind-parameter">target</span>: <a href="Util.Rectangle.html" class="tsd-signature-type tsd-kind-class">Rectangle</a></h5></li></ul></div>
132
132
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
133
133
  <ul>
134
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L25">plugins/src/shared-utils/math/Rectangle.ts:25</a></li></ul></aside></li></ul></section>
134
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L25">plugins/src/shared-utils/math/Rectangle.ts:25</a></li></ul></aside></li></ul></section>
135
135
  <section class="tsd-panel tsd-member"><a id="isOverlapWithRectangle" class="tsd-anchor"></a>
136
136
  <h3 class="tsd-anchor-link"><span>is<wbr/>Overlap<wbr/>With<wbr/>Rectangle</span><a href="#isOverlapWithRectangle" 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>
137
137
  <ul class="tsd-signatures">
@@ -146,7 +146,7 @@
146
146
  <h5><span class="tsd-kind-parameter">target</span>: <a href="Util.Rectangle.html" class="tsd-signature-type tsd-kind-class">Rectangle</a></h5></li></ul></div>
147
147
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
148
148
  <ul>
149
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d05d82e/plugins/src/shared-utils/math/Rectangle.ts#L19">plugins/src/shared-utils/math/Rectangle.ts:19</a></li></ul></aside></li></ul></section></section></div>
149
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/4d205b6/plugins/src/shared-utils/math/Rectangle.ts#L19">plugins/src/shared-utils/math/Rectangle.ts:19</a></li></ul></aside></li></ul></section></section></div>
150
150
  <div class="col-sidebar">
151
151
  <div class="page-menu">
152
152
  <div class="tsd-navigation settings">
@@ -172,7 +172,7 @@
172
172
  <li><a href="#containsRect" 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>contains<wbr/>Rect</span></a></li>
173
173
  <li><a href="#isOverlapWithRectangle" 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>is<wbr/>Overlap<wbr/>With<wbr/>Rectangle</span></a></li></ul></div></details></div>
174
174
  <div class="site-menu">
175
- <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.0-<wbr/>dev.10</span></a>
175
+ <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.0-<wbr/>dev.12</span></a>
176
176
  <ul class="tsd-small-nested-navigation">
177
177
  <li>
178
178
  <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>
@@ -432,7 +432,6 @@
432
432
  <li><a href="../types/PanoTagPluginParamsInterface.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Tag<wbr/>Plugin<wbr/>Params<wbr/>Interface</span></a></li>
433
433
  <li><a href="../types/PanoVideoPluginParameterType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Parameter<wbr/>Type</span></a></li>
434
434
  <li><a href="../types/PanoVideoPluginReturnType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pano<wbr/>Video<wbr/>Plugin<wbr/>Return<wbr/>Type</span></a></li>
435
- <li><a href="../types/PartialObjectDeep.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Partial<wbr/>Object<wbr/>Deep</span></a></li>
436
435
  <li><a href="../types/PickTagContentTypeInContentTypeConfigKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Pick<wbr/>Tag<wbr/>Content<wbr/>Type<wbr/>In<wbr/>Content<wbr/>Type<wbr/>Config<wbr/>Key</span></a></li>
437
436
  <li><a href="../types/PlaneTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Plane<wbr/>Tag</span></a></li>
438
437
  <li><a href="../types/Point2DTag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Point2DTag</span></a></li>