@realsee/dnalogel 2.21.0-dev.0 → 2.21.0-dev.2

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 (354) hide show
  1. package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
  2. package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
  3. package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
  4. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +2 -0
  5. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +3 -5
  6. package/dist/PanoMeasurePlugin/Controller/index.d.ts +3 -3
  7. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
  8. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -3
  9. package/dist/PanoMeasurePlugin/typings/data.d.ts +7 -2
  10. package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +1 -1
  11. package/dist/index.cjs.js +58 -58
  12. package/dist/index.js +6221 -5669
  13. package/dist/index.umd.js +45 -45
  14. package/dist/shared-utils/isTouchDevice.d.ts +1 -0
  15. package/dist/shared-utils/three/PointSelector.d.ts +32 -0
  16. package/dist/shared-utils/three/PointSelectorHelper.d.ts +50 -0
  17. package/dist/shared-utils/three/index.d.ts +1 -1
  18. package/docs/assets/search.js +1 -1
  19. package/docs/classes/CSS3DRender.html +5 -4
  20. package/docs/classes/CruisePluginController.html +5 -4
  21. package/docs/classes/GuideLineItem.GuideLineItem.html +5 -4
  22. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +5 -4
  23. package/docs/classes/Magnifier.html +5 -4
  24. package/docs/classes/ModelRoomLabelController.html +5 -4
  25. package/docs/classes/Object3DHelperController.html +5 -4
  26. package/docs/classes/PaintBrush.html +5 -4
  27. package/docs/classes/PanoMeasurePluginLine.html +5 -4
  28. package/docs/classes/PanoMeasurePluginModel.html +5 -4
  29. package/docs/classes/PanoMeasurePluginPoint.html +9 -8
  30. package/docs/classes/PanoMeasurePluginPolyline.html +14 -13
  31. package/docs/classes/PanoTagPluginController.html +5 -4
  32. package/docs/classes/Util.BetterTween.html +5 -4
  33. package/docs/classes/Util.Interval.html +5 -4
  34. package/docs/classes/Util.Magnifier.html +5 -4
  35. package/docs/classes/Util.PointDomHelper.html +5 -4
  36. package/docs/classes/Util.PointHelper.html +5 -4
  37. package/docs/classes/{Util.FivePointSelector.html → Util.PointSelectorHelper.html} +96 -26
  38. package/docs/classes/Util.Rectangle.html +5 -4
  39. package/docs/enums/CameraMovementEffect.html +5 -4
  40. package/docs/enums/ContentType.html +5 -4
  41. package/docs/enums/DIRECTION.html +5 -4
  42. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -4
  43. package/docs/enums/DimensionType.html +5 -4
  44. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +5 -4
  45. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -4
  46. package/docs/enums/PaintBrushTypeEnum.html +5 -4
  47. package/docs/enums/PointType.html +5 -4
  48. package/docs/enums/Rotation.html +5 -4
  49. package/docs/functions/CSS3DRenderPlugin.html +5 -4
  50. package/docs/functions/CameraMovementPlugin.html +5 -4
  51. package/docs/functions/CruisePlugin.html +5 -4
  52. package/docs/functions/GuideLinePlugin.html +5 -4
  53. package/docs/functions/ItemLabelPlugin.html +5 -4
  54. package/docs/functions/MapviewFloorplanPlugin.html +5 -4
  55. package/docs/functions/ModelChassisCompassPlugin.html +5 -4
  56. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
  57. package/docs/functions/ModelFloorplanPlugin.html +5 -4
  58. package/docs/functions/ModelItemLabelPlugin.html +5 -4
  59. package/docs/functions/ModelRoomLabelPlugin.html +5 -4
  60. package/docs/functions/ModelTVVideoPlugin.html +5 -4
  61. package/docs/functions/ModelViewPlugin.html +5 -4
  62. package/docs/functions/Object3DHelperPlugin.html +5 -4
  63. package/docs/functions/PanoCompassPlugin.html +5 -4
  64. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
  65. package/docs/functions/PanoDoorLabelPlugin.html +5 -4
  66. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
  67. package/docs/functions/PanoMeasurePlugin.html +5 -4
  68. package/docs/functions/PanoRulerPlugin.html +5 -4
  69. package/docs/functions/PanoRulerProPlugin.html +5 -4
  70. package/docs/functions/PanoSpatialTagPlugin.html +5 -4
  71. package/docs/functions/PanoTagPlugin.html +5 -4
  72. package/docs/functions/PanoVideoPlugin.html +5 -4
  73. package/docs/functions/TopviewFloorplanPlugin.html +5 -4
  74. package/docs/functions/Util.getCoordsFromClient.html +5 -4
  75. package/docs/functions/Util.getCoordsFromElement.html +5 -4
  76. package/docs/functions/Util.getFrameTime.html +5 -4
  77. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -4
  78. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -4
  79. package/docs/functions/Util.isAbsoluteURL.html +5 -4
  80. package/docs/functions/Util.isModelLike.html +5 -4
  81. package/docs/functions/Util.isNil.html +5 -4
  82. package/docs/functions/Util.isPanoramaLike.html +5 -4
  83. package/docs/functions/Util.nextFrame.html +5 -4
  84. package/docs/functions/Util.notNil.html +5 -4
  85. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -4
  86. package/docs/functions/Util.tweenProgress.html +5 -4
  87. package/docs/functions/Util.uuid.html +5 -4
  88. package/docs/functions/pluginFlag.html +5 -4
  89. package/docs/index.html +6 -5
  90. package/docs/interfaces/AddTagConfig.html +5 -4
  91. package/docs/interfaces/CSS3DRenderPluginEventMap.html +5 -4
  92. package/docs/interfaces/CSS3DRenderPluginState.html +5 -4
  93. package/docs/interfaces/CameraMovementPluginExportType.html +5 -4
  94. package/docs/interfaces/CruisePluginTypes.Config.html +5 -4
  95. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +5 -4
  96. package/docs/interfaces/CruisePluginTypes.EventMap.html +5 -4
  97. package/docs/interfaces/CruisePluginTypes.MoveAction.html +5 -4
  98. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +5 -4
  99. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +5 -4
  100. package/docs/interfaces/CruisePluginTypes.PluginData.html +5 -4
  101. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +5 -4
  102. package/docs/interfaces/CruisePluginTypes.PluginState.html +5 -4
  103. package/docs/interfaces/EventMap.html +5 -4
  104. package/docs/interfaces/FloorplanBounding.html +5 -4
  105. package/docs/interfaces/FloorplanData.html +5 -4
  106. package/docs/interfaces/FloorplanEntrance.html +5 -4
  107. package/docs/interfaces/FloorplanExtraObject.html +5 -4
  108. package/docs/interfaces/FloorplanExtraObject3D.html +5 -4
  109. package/docs/interfaces/FloorplanFloorData.html +5 -4
  110. package/docs/interfaces/FloorplanImagePosition.html +5 -4
  111. package/docs/interfaces/FloorplanObserver.html +5 -4
  112. package/docs/interfaces/FloorplanOutlineItem.html +5 -4
  113. package/docs/interfaces/FloorplanPosition.html +5 -4
  114. package/docs/interfaces/FloorplanRoomItem.html +5 -4
  115. package/docs/interfaces/FloorplanRoomLabelItem.html +5 -4
  116. package/docs/interfaces/FloorplanServerBounding.html +5 -4
  117. package/docs/interfaces/FloorplanServerComputedData.html +5 -4
  118. package/docs/interfaces/FloorplanServerData.html +5 -4
  119. package/docs/interfaces/FloorplanServerDoorItem.html +5 -4
  120. package/docs/interfaces/FloorplanServerDoorPosition.html +5 -4
  121. package/docs/interfaces/FloorplanServerEntrance.html +5 -4
  122. package/docs/interfaces/FloorplanServerFloorData.html +5 -4
  123. package/docs/interfaces/FloorplanServerImagePosition.html +5 -4
  124. package/docs/interfaces/FloorplanServerObserver.html +5 -4
  125. package/docs/interfaces/FloorplanServerOutlineItem.html +5 -4
  126. package/docs/interfaces/FloorplanServerPosition.html +5 -4
  127. package/docs/interfaces/FloorplanServerRoomItem.html +5 -4
  128. package/docs/interfaces/FloorplanServerRoomLabelItem.html +5 -4
  129. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +5 -4
  130. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +5 -4
  131. package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -4
  132. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -4
  133. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -4
  134. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +5 -4
  135. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -4
  136. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +5 -4
  137. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +5 -4
  138. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +5 -4
  139. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -4
  140. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +5 -4
  141. package/docs/interfaces/GuideLinePluginType.PluginState.html +5 -4
  142. package/docs/interfaces/GuideLinePluginType.Route.html +5 -4
  143. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +5 -4
  144. package/docs/interfaces/HelperOffset.html +5 -4
  145. package/docs/interfaces/ImagePlaneGroup.html +5 -4
  146. package/docs/interfaces/ItemLabelPluginData.html +5 -4
  147. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +5 -4
  148. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -4
  149. package/docs/interfaces/MinMax.html +5 -4
  150. package/docs/interfaces/ModelChassisCompassPluginData.html +5 -4
  151. package/docs/interfaces/ModelChassisCompassPluginExportType.html +5 -4
  152. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +5 -4
  153. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +5 -4
  154. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +5 -4
  155. package/docs/interfaces/ModelItemLabelPluginData.html +5 -4
  156. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +5 -4
  157. package/docs/interfaces/ModelItemLabelPluginParametersType.html +5 -4
  158. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -4
  159. package/docs/interfaces/ModelTVVideoPluginData.html +5 -4
  160. package/docs/interfaces/ModelTVVideoPluginExportType.html +5 -4
  161. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -4
  162. package/docs/interfaces/ModelViewPluginExportType.html +5 -4
  163. package/docs/interfaces/Object3DHelperState.html +5 -4
  164. package/docs/interfaces/ObjectHelperControllers.html +5 -4
  165. package/docs/interfaces/PaintBrushAction.html +5 -4
  166. package/docs/interfaces/PaintBrushConfigs.html +5 -4
  167. package/docs/interfaces/PaintBrushState.html +5 -4
  168. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +5 -4
  169. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -4
  170. package/docs/interfaces/PanoMeasureParameterType.html +5 -4
  171. package/docs/interfaces/PanoMeasurePluginLineJson.html +5 -4
  172. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +5 -4
  173. package/docs/interfaces/PanoMeasurePluginPointJson.html +5 -4
  174. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +5 -4
  175. package/docs/interfaces/PanoRulerPluginExportType.html +5 -4
  176. package/docs/interfaces/PanoRulerPluginOptions.html +5 -4
  177. package/docs/interfaces/PanoRulerPluginParameterType.html +5 -4
  178. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -4
  179. package/docs/interfaces/PanoRulerProPluginOptions.html +5 -4
  180. package/docs/interfaces/PanoRulerProPluginParameterType.html +5 -4
  181. package/docs/interfaces/PanoRulerProPluginState.html +5 -4
  182. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -4
  183. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -4
  184. package/docs/interfaces/PanoSpatialTagPluginData.html +5 -4
  185. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +5 -4
  186. package/docs/interfaces/PanoSpatialTagPluginExportType.html +5 -4
  187. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +5 -4
  188. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +5 -4
  189. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +5 -4
  190. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +5 -4
  191. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -4
  192. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -4
  193. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -4
  194. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +5 -4
  195. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -4
  196. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -4
  197. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +5 -4
  198. package/docs/interfaces/Point.html +5 -4
  199. package/docs/interfaces/Room.html +5 -4
  200. package/docs/interfaces/RoomInfo.html +5 -4
  201. package/docs/interfaces/RoomLabel.html +5 -4
  202. package/docs/interfaces/RoomRules.html +5 -4
  203. package/docs/interfaces/Rooms.html +5 -4
  204. package/docs/interfaces/Scissor.html +5 -4
  205. package/docs/interfaces/State.html +5 -4
  206. package/docs/interfaces/TagCacheInterface.html +5 -4
  207. package/docs/interfaces/TagConfig.html +5 -4
  208. package/docs/interfaces/TagGLTFObjectGroup.html +5 -4
  209. package/docs/interfaces/TagIconUrl.html +5 -4
  210. package/docs/interfaces/TagObjectGroup.html +5 -4
  211. package/docs/interfaces/TagStyle.html +5 -4
  212. package/docs/interfaces/Tags.html +5 -4
  213. package/docs/interfaces/TemporaryState.html +5 -4
  214. package/docs/interfaces/Util.MagnifierParameter.html +5 -4
  215. package/docs/interfaces/Util.MouseGroupParameter.html +5 -4
  216. package/docs/interfaces/Util.PointIntersection.html +407 -0
  217. package/docs/modules/CruisePluginTypes.html +5 -4
  218. package/docs/modules/GuideLineItem.html +5 -4
  219. package/docs/modules/GuideLineModeItem.html +5 -4
  220. package/docs/modules/GuideLinePluginType.html +5 -4
  221. package/docs/modules/PanoVideoPluginType.html +5 -4
  222. package/docs/modules/Util.html +7 -5
  223. package/docs/modules.html +6 -5
  224. package/docs/types/ArrayPosition.html +5 -4
  225. package/docs/types/AudioAppearance.html +5 -4
  226. package/docs/types/AudioTagTypeConfigKey.html +5 -4
  227. package/docs/types/CSS3DRenderExportType.html +5 -4
  228. package/docs/types/CSS3DRenderPluginExportType.html +5 -4
  229. package/docs/types/CSS3DRenderPluginParameterType.html +5 -4
  230. package/docs/types/ClassFunctionParameters.html +5 -4
  231. package/docs/types/Color.html +5 -4
  232. package/docs/types/ContentTypeConfigKey.html +5 -4
  233. package/docs/types/ContentTypeConfigKeySplit.html +5 -4
  234. package/docs/types/ContentTypeMap.html +5 -4
  235. package/docs/types/Create3DDomContainerReturnType.html +5 -4
  236. package/docs/types/Create3DElementReturnType.html +5 -4
  237. package/docs/types/CruisePluginExportType.html +5 -4
  238. package/docs/types/CruisePluginTypes.CruiseData.html +5 -4
  239. package/docs/types/CruisePluginTypes.MoveEffect.html +5 -4
  240. package/docs/types/DeprecatedMediaPlaneProperty.html +5 -4
  241. package/docs/types/DeprecatedTagProperty.html +5 -4
  242. package/docs/types/Direction-1.html +5 -4
  243. package/docs/types/Direction4.html +5 -4
  244. package/docs/types/ElementRenderer.html +5 -4
  245. package/docs/types/FloorplanRuleLabels.html +5 -4
  246. package/docs/types/FloorplanServerRuleLabels.html +5 -4
  247. package/docs/types/GuideLinePluginExportType.html +5 -4
  248. package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -4
  249. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -4
  250. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -4
  251. package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -4
  252. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -4
  253. package/docs/types/GuideLinePluginType.PathItem.html +5 -4
  254. package/docs/types/GuideLinePluginType.PluginData.html +5 -4
  255. package/docs/types/HelperEventMap.html +5 -4
  256. package/docs/types/LoadTagConfig.html +5 -4
  257. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -4
  258. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -4
  259. package/docs/types/MediaData.html +5 -4
  260. package/docs/types/MediaStore.html +5 -4
  261. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -4
  262. package/docs/types/ModelFloorplanPluginParameterType.html +5 -4
  263. package/docs/types/ModelFloorplanPluginReturnType.html +5 -4
  264. package/docs/types/ModelRoomLabelPluginParameters.html +5 -4
  265. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -4
  266. package/docs/types/MoveArgs.html +5 -4
  267. package/docs/types/MoveOpts.html +5 -4
  268. package/docs/types/Object3DHelperEventMap.html +5 -4
  269. package/docs/types/ObjectFit.html +5 -4
  270. package/docs/types/PaintBrushEventMap.html +5 -4
  271. package/docs/types/PanoCompassPluginData.html +5 -4
  272. package/docs/types/PanoCompassPluginExportType.html +5 -4
  273. package/docs/types/PanoCompassPluginParameterType.html +5 -4
  274. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -4
  275. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -4
  276. package/docs/types/PanoIndex.html +5 -4
  277. package/docs/types/PanoMeasurePluginEvent.html +5 -4
  278. package/docs/types/PanoMeasureReturnType.html +5 -4
  279. package/docs/types/PanoSpatialTagPluginId.html +5 -4
  280. package/docs/types/PanoTagPluginExportInterface.html +5 -4
  281. package/docs/types/PanoTagPluginParamsInterface.html +5 -4
  282. package/docs/types/PanoVideoPluginParameterType.html +5 -4
  283. package/docs/types/PanoVideoPluginReturnType.html +5 -4
  284. package/docs/types/PartialObjectDeep.html +5 -4
  285. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -4
  286. package/docs/types/PlaneTag.html +5 -4
  287. package/docs/types/Point2DTag.html +5 -4
  288. package/docs/types/Point3DTag.html +5 -4
  289. package/docs/types/PointTag.html +5 -4
  290. package/docs/types/PointTagInstance.html +5 -4
  291. package/docs/types/Position.html +5 -4
  292. package/docs/types/RotateArgs.html +5 -4
  293. package/docs/types/RotateOpts.html +5 -4
  294. package/docs/types/RuleLabelsKey.html +5 -4
  295. package/docs/types/RuleLabelsValue.html +5 -4
  296. package/docs/types/StickType.html +5 -4
  297. package/docs/types/Tag.html +5 -4
  298. package/docs/types/Tag2D.html +5 -4
  299. package/docs/types/Tag3D.html +5 -4
  300. package/docs/types/TagContentType.html +5 -4
  301. package/docs/types/TagDimensionType.html +5 -4
  302. package/docs/types/TagElement.html +5 -4
  303. package/docs/types/TagEvents.html +5 -4
  304. package/docs/types/TagGLTFObject.html +5 -4
  305. package/docs/types/TagHooks.html +5 -4
  306. package/docs/types/TagId.html +5 -4
  307. package/docs/types/TagInstance.html +5 -4
  308. package/docs/types/TagPointType.html +5 -4
  309. package/docs/types/TagRendererMap.html +5 -4
  310. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -4
  311. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -4
  312. package/docs/types/WorkCode.html +5 -4
  313. package/docs/variables/FLOOR_TYPE_MAP.html +5 -4
  314. package/docs/variables/PLUGIN.html +5 -4
  315. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -4
  316. package/docs/variables/ROOM_TYPE_MAP.html +5 -4
  317. package/docs/variables/itemLabelPluginServerParams.html +5 -4
  318. package/docs/variables/modelItemLabelPluginServerParams.html +5 -4
  319. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -4
  320. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +42 -0
  321. package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
  322. package/libs/PanoMeasurePlugin/Components/Controller0.js +81 -68
  323. package/libs/PanoMeasurePlugin/Components/Controller1.js +195 -97
  324. package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +2 -0
  325. package/libs/PanoMeasurePlugin/Controller/BaseController.js +7 -6
  326. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +3 -5
  327. package/libs/PanoMeasurePlugin/Controller/EditController.js +124 -95
  328. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
  329. package/libs/PanoMeasurePlugin/Controller/index.d.ts +3 -3
  330. package/libs/PanoMeasurePlugin/Controller/index.js +65 -49
  331. package/libs/PanoMeasurePlugin/Model/point.js +17 -12
  332. package/libs/PanoMeasurePlugin/Model/polygon.js +11 -10
  333. package/libs/PanoMeasurePlugin/Model/polyline.js +6 -6
  334. package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
  335. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +4 -3
  336. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +99 -31
  337. package/libs/PanoMeasurePlugin/index.js +46 -31
  338. package/libs/PanoMeasurePlugin/typings/data.d.ts +7 -2
  339. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +1 -1
  340. package/libs/base/BasePlugin.js +1 -1
  341. package/libs/index.js +120 -115
  342. package/libs/shared-utils/index.js +6 -6
  343. package/libs/shared-utils/isTouchDevice.d.ts +1 -0
  344. package/libs/shared-utils/isTouchDevice.js +4 -0
  345. package/libs/shared-utils/logger.js +1 -1
  346. package/libs/shared-utils/three/PointSelector.d.ts +32 -0
  347. package/libs/shared-utils/three/PointSelector.js +68 -0
  348. package/libs/shared-utils/three/PointSelectorHelper.d.ts +50 -0
  349. package/libs/shared-utils/three/PointSelectorHelper.js +100 -0
  350. package/libs/shared-utils/three/index.d.ts +1 -1
  351. package/package.json +1 -1
  352. package/dist/shared-utils/three/FivePointSelector.d.ts +0 -36
  353. package/libs/shared-utils/three/FivePointSelector.d.ts +0 -36
  354. package/libs/shared-utils/three/FivePointSelector.js +0 -49
@@ -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>CSS3DRender | 如视看房插件合集 - v2.21.0-dev.0</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>CSS3DRender | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -523,7 +523,7 @@
523
523
  <li><a href="#setVisibleById" 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>set<wbr/>Visible<wbr/>By<wbr/>Id</span></a></li>
524
524
  <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></ul></div></details></div>
525
525
  <div class="site-menu">
526
- <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.0</span></a>
526
+ <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.2</span></a>
527
527
  <ul class="tsd-small-nested-navigation">
528
528
  <li>
529
529
  <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>
@@ -594,14 +594,15 @@
594
594
  <div class="tsd-accordion-details">
595
595
  <ul class="tsd-nested-navigation">
596
596
  <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>
597
- <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>
598
597
  <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>
599
598
  <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>
600
599
  <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>
601
600
  <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>
601
+ <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>
602
602
  <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>
603
603
  <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>
604
604
  <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>
605
+ <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>
605
606
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
606
607
  <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>
607
608
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>CruisePluginController | 如视看房插件合集 - v2.21.0-dev.0</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>CruisePluginController | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -414,7 +414,7 @@
414
414
  <li><a href="#setState" 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>set<wbr/>State</span></a></li>
415
415
  <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></ul></div></details></div>
416
416
  <div class="site-menu">
417
- <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.0</span></a>
417
+ <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.2</span></a>
418
418
  <ul class="tsd-small-nested-navigation">
419
419
  <li>
420
420
  <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>
@@ -485,14 +485,15 @@
485
485
  <div class="tsd-accordion-details">
486
486
  <ul class="tsd-nested-navigation">
487
487
  <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>
488
- <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>
489
488
  <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>
490
489
  <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>
491
490
  <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>
492
491
  <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>
492
+ <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>
493
493
  <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>
494
494
  <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>
495
495
  <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>
496
+ <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>
496
497
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
497
498
  <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>
498
499
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>GuideLineItem | 如视看房插件合集 - v2.21.0-dev.0</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>GuideLineItem | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -238,7 +238,7 @@
238
238
  <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>
239
239
  <li><a href="#walk" 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>walk</span></a></li></ul></div></details></div>
240
240
  <div class="site-menu">
241
- <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.0</span></a>
241
+ <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.2</span></a>
242
242
  <ul class="tsd-small-nested-navigation">
243
243
  <li>
244
244
  <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>
@@ -309,14 +309,15 @@
309
309
  <div class="tsd-accordion-details">
310
310
  <ul class="tsd-nested-navigation">
311
311
  <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>
312
- <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>
313
312
  <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>
314
313
  <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>
315
314
  <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>
316
315
  <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>
316
+ <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>
317
317
  <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>
318
318
  <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>
319
319
  <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>
320
+ <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>
320
321
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
321
322
  <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>
322
323
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>GuideLineModeItem | 如视看房插件合集 - v2.21.0-dev.0</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>GuideLineModeItem | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -462,7 +462,7 @@
462
462
  <li><a href="#setUnitSize" 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>set<wbr/>Unit<wbr/>Size</span></a></li>
463
463
  <li><a href="#setVisibleFloorIndexes" 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>set<wbr/>Visible<wbr/>Floor<wbr/>Indexes</span></a></li></ul></div></details></div>
464
464
  <div class="site-menu">
465
- <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.0</span></a>
465
+ <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.2</span></a>
466
466
  <ul class="tsd-small-nested-navigation">
467
467
  <li>
468
468
  <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>
@@ -533,14 +533,15 @@
533
533
  <div class="tsd-accordion-details">
534
534
  <ul class="tsd-nested-navigation">
535
535
  <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>
536
- <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>
537
536
  <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>
538
537
  <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>
539
538
  <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>
540
539
  <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>
540
+ <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>
541
541
  <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>
542
542
  <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>
543
543
  <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>
544
+ <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>
544
545
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
545
546
  <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>
546
547
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>Magnifier | 如视看房插件合集 - v2.21.0-dev.0</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>Magnifier | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -228,7 +228,7 @@
228
228
  <li><a href="#renderWithScreenPoint" 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>render<wbr/>With<wbr/>Screen<wbr/>Point</span></a></li>
229
229
  <li><a href="#resetOffset" 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>reset<wbr/>Offset</span></a></li></ul></div></details></div>
230
230
  <div class="site-menu">
231
- <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.0</span></a>
231
+ <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.2</span></a>
232
232
  <ul class="tsd-small-nested-navigation">
233
233
  <li>
234
234
  <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>
@@ -299,14 +299,15 @@
299
299
  <div class="tsd-accordion-details">
300
300
  <ul class="tsd-nested-navigation">
301
301
  <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>
302
- <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>
303
302
  <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>
304
303
  <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>
305
304
  <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>
306
305
  <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>
306
+ <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>
307
307
  <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>
308
308
  <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>
309
309
  <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>
310
+ <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>
310
311
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
311
312
  <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>
312
313
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>ModelRoomLabelController | 如视看房插件合集 - v2.21.0-dev.0</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>ModelRoomLabelController | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -146,7 +146,7 @@
146
146
  <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>
147
147
  <li><a href="#load" 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>load</span></a></li></ul></div></details></div>
148
148
  <div class="site-menu">
149
- <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.0</span></a>
149
+ <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.2</span></a>
150
150
  <ul class="tsd-small-nested-navigation">
151
151
  <li>
152
152
  <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>
@@ -217,14 +217,15 @@
217
217
  <div class="tsd-accordion-details">
218
218
  <ul class="tsd-nested-navigation">
219
219
  <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>
220
- <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>
221
220
  <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>
222
221
  <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>
223
222
  <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>
224
223
  <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>
224
+ <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>
225
225
  <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>
226
226
  <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>
227
227
  <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>
228
+ <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>
228
229
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
229
230
  <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>
230
231
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>Object3DHelperController | 如视看房插件合集 - v2.21.0-dev.0</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>Object3DHelperController | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -373,7 +373,7 @@
373
373
  <li><a href="#setState" 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>set<wbr/>State</span></a></li>
374
374
  <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></ul></div></details></div>
375
375
  <div class="site-menu">
376
- <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.0</span></a>
376
+ <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.2</span></a>
377
377
  <ul class="tsd-small-nested-navigation">
378
378
  <li>
379
379
  <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>
@@ -444,14 +444,15 @@
444
444
  <div class="tsd-accordion-details">
445
445
  <ul class="tsd-nested-navigation">
446
446
  <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>
447
- <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>
448
447
  <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>
449
448
  <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>
450
449
  <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>
451
450
  <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>
451
+ <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>
452
452
  <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>
453
453
  <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>
454
454
  <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>
455
+ <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>
455
456
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
456
457
  <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>
457
458
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</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>PaintBrush | 如视看房插件合集 - v2.21.0-dev.0</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>PaintBrush | 如视看房插件合集 - v2.21.0-dev.2</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.0</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.2</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">
@@ -251,7 +251,7 @@
251
251
  <li><a href="#setCurrentColor" 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>set<wbr/>Current<wbr/>Color</span></a></li>
252
252
  <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></ul></div></details></div>
253
253
  <div class="site-menu">
254
- <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.0</span></a>
254
+ <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.2</span></a>
255
255
  <ul class="tsd-small-nested-navigation">
256
256
  <li>
257
257
  <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>
@@ -322,14 +322,15 @@
322
322
  <div class="tsd-accordion-details">
323
323
  <ul class="tsd-nested-navigation">
324
324
  <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>
325
- <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>
326
325
  <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>
327
326
  <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>
328
327
  <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>
329
328
  <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>
329
+ <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>
330
330
  <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>
331
331
  <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>
332
332
  <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>
333
+ <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>
333
334
  <li><a href="../functions/Util.getCoordsFromClient.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>get<wbr/>Coords<wbr/>From<wbr/>Client</span></a></li>
334
335
  <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>
335
336
  <li><a href="../functions/Util.getFrameTime.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/>Frame<wbr/>Time</span></a></li>