@futdevpro/fsm-dynamo 1.14.10 → 1.14.11

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 (185) hide show
  1. package/build/_collections/constants/data-sizes.const.d.ts +3 -3
  2. package/build/_collections/constants/data-sizes.const.d.ts.map +1 -1
  3. package/build/_collections/constants/data-sizes.const.js +4 -3
  4. package/build/_collections/constants/data-sizes.const.js.map +1 -1
  5. package/build/_collections/utils/array.util.d.ts +189 -0
  6. package/build/_collections/utils/array.util.d.ts.map +1 -1
  7. package/build/_collections/utils/array.util.js +189 -0
  8. package/build/_collections/utils/array.util.js.map +1 -1
  9. package/build/_collections/utils/async.util.d.ts +29 -0
  10. package/build/_collections/utils/async.util.d.ts.map +1 -1
  11. package/build/_collections/utils/async.util.js +40 -0
  12. package/build/_collections/utils/async.util.js.map +1 -1
  13. package/build/_collections/utils/json-error-helper.util.d.ts +38 -0
  14. package/build/_collections/utils/json-error-helper.util.d.ts.map +1 -1
  15. package/build/_collections/utils/json-error-helper.util.js +38 -0
  16. package/build/_collections/utils/json-error-helper.util.js.map +1 -1
  17. package/build/_collections/utils/log.util.d.ts +195 -5
  18. package/build/_collections/utils/log.util.d.ts.map +1 -1
  19. package/build/_collections/utils/log.util.js +195 -5
  20. package/build/_collections/utils/log.util.js.map +1 -1
  21. package/build/_collections/utils/math/box-bounds.util.d.ts +36 -0
  22. package/build/_collections/utils/math/box-bounds.util.d.ts.map +1 -1
  23. package/build/_collections/utils/math/box-bounds.util.js +36 -0
  24. package/build/_collections/utils/math/box-bounds.util.js.map +1 -1
  25. package/build/_collections/utils/math/math.util.d.ts +48 -12
  26. package/build/_collections/utils/math/math.util.d.ts.map +1 -1
  27. package/build/_collections/utils/math/math.util.js +48 -14
  28. package/build/_collections/utils/math/math.util.js.map +1 -1
  29. package/build/_collections/utils/math/math.util.spec.js +0 -9
  30. package/build/_collections/utils/math/math.util.spec.js.map +1 -1
  31. package/build/_collections/utils/math/random.util.d.ts +30 -0
  32. package/build/_collections/utils/math/random.util.d.ts.map +1 -1
  33. package/build/_collections/utils/math/random.util.js +30 -0
  34. package/build/_collections/utils/math/random.util.js.map +1 -1
  35. package/build/_collections/utils/math/trigonometry.util.d.ts +30 -0
  36. package/build/_collections/utils/math/trigonometry.util.d.ts.map +1 -1
  37. package/build/_collections/utils/math/trigonometry.util.js +30 -0
  38. package/build/_collections/utils/math/trigonometry.util.js.map +1 -1
  39. package/build/_collections/utils/math/vector2.util.d.ts +247 -17
  40. package/build/_collections/utils/math/vector2.util.d.ts.map +1 -1
  41. package/build/_collections/utils/math/vector2.util.js +247 -19
  42. package/build/_collections/utils/math/vector2.util.js.map +1 -1
  43. package/build/_collections/utils/regex/password-regex.util.d.ts +12 -0
  44. package/build/_collections/utils/regex/password-regex.util.d.ts.map +1 -1
  45. package/build/_collections/utils/regex/password-regex.util.js +12 -0
  46. package/build/_collections/utils/regex/password-regex.util.js.map +1 -1
  47. package/build/_collections/utils/round-list.util.d.ts +39 -0
  48. package/build/_collections/utils/round-list.util.d.ts.map +1 -1
  49. package/build/_collections/utils/round-list.util.js +39 -0
  50. package/build/_collections/utils/round-list.util.js.map +1 -1
  51. package/build/_collections/utils/stack.util.d.ts +19 -0
  52. package/build/_collections/utils/stack.util.d.ts.map +1 -1
  53. package/build/_collections/utils/stack.util.js +19 -0
  54. package/build/_collections/utils/stack.util.js.map +1 -1
  55. package/build/_collections/utils/string.util.d.ts +17 -0
  56. package/build/_collections/utils/string.util.d.ts.map +1 -1
  57. package/build/_collections/utils/string.util.js +17 -0
  58. package/build/_collections/utils/string.util.js.map +1 -1
  59. package/build/_collections/utils/time.util.d.ts +136 -0
  60. package/build/_collections/utils/time.util.d.ts.map +1 -1
  61. package/build/_collections/utils/time.util.js +136 -0
  62. package/build/_collections/utils/time.util.js.map +1 -1
  63. package/build/_collections/utils/utilities.util.d.ts +17 -1
  64. package/build/_collections/utils/utilities.util.d.ts.map +1 -1
  65. package/build/_collections/utils/utilities.util.js +17 -1
  66. package/build/_collections/utils/utilities.util.js.map +1 -1
  67. package/build/_collections/utils/uuid.util.d.ts +6 -0
  68. package/build/_collections/utils/uuid.util.d.ts.map +1 -1
  69. package/build/_collections/utils/uuid.util.js +6 -0
  70. package/build/_collections/utils/uuid.util.js.map +1 -1
  71. package/build/_enums/data-model-type.enum.d.ts +6 -0
  72. package/build/_enums/data-model-type.enum.d.ts.map +1 -1
  73. package/build/_enums/data-model-type.enum.js +6 -0
  74. package/build/_enums/data-model-type.enum.js.map +1 -1
  75. package/build/_enums/http/http-call-type.enum.d.ts +8 -0
  76. package/build/_enums/http/http-call-type.enum.d.ts.map +1 -1
  77. package/build/_enums/http/http-call-type.enum.js +8 -0
  78. package/build/_enums/http/http-call-type.enum.js.map +1 -1
  79. package/build/_enums/http/http-event-type.enum.d.ts +5 -0
  80. package/build/_enums/http/http-event-type.enum.d.ts.map +1 -1
  81. package/build/_enums/http/http-event-type.enum.js +5 -0
  82. package/build/_enums/http/http-event-type.enum.js.map +1 -1
  83. package/build/_enums/time/day-of-week.enum.d.ts +14 -1
  84. package/build/_enums/time/day-of-week.enum.d.ts.map +1 -1
  85. package/build/_enums/time/day-of-week.enum.js +14 -1
  86. package/build/_enums/time/day-of-week.enum.js.map +1 -1
  87. package/build/_models/control-models/data-model-params.control-model.d.ts.map +1 -1
  88. package/build/_models/control-models/data-model-params.control-model.js +11 -1
  89. package/build/_models/control-models/data-model-params.control-model.js.map +1 -1
  90. package/build/_models/control-models/data-property-params.control-model.d.ts +8 -0
  91. package/build/_models/control-models/data-property-params.control-model.d.ts.map +1 -1
  92. package/build/_models/control-models/data-property-params.control-model.js +8 -0
  93. package/build/_models/control-models/data-property-params.control-model.js.map +1 -1
  94. package/build/_models/control-models/http/http-error-response.control-model.d.ts +25 -0
  95. package/build/_models/control-models/http/http-error-response.control-model.d.ts.map +1 -1
  96. package/build/_models/control-models/http/http-error-response.control-model.js +25 -0
  97. package/build/_models/control-models/http/http-error-response.control-model.js.map +1 -1
  98. package/build/_models/control-models/http/http-headers.control-model.d.ts +8 -0
  99. package/build/_models/control-models/http/http-headers.control-model.d.ts.map +1 -1
  100. package/build/_models/control-models/http/http-headers.control-model.js +8 -0
  101. package/build/_models/control-models/http/http-headers.control-model.js.map +1 -1
  102. package/build/_models/control-models/http/http-response.model-base.d.ts +9 -0
  103. package/build/_models/control-models/http/http-response.model-base.d.ts.map +1 -1
  104. package/build/_models/control-models/http/http-response.model-base.js +9 -0
  105. package/build/_models/control-models/http/http-response.model-base.js.map +1 -1
  106. package/build/_models/control-models/poll.control-model.d.ts +18 -0
  107. package/build/_models/control-models/poll.control-model.d.ts.map +1 -1
  108. package/build/_models/control-models/poll.control-model.js +18 -0
  109. package/build/_models/control-models/poll.control-model.js.map +1 -1
  110. package/build/_models/control-models/range-value.control-model.d.ts +141 -0
  111. package/build/_models/control-models/range-value.control-model.d.ts.map +1 -1
  112. package/build/_models/control-models/range-value.control-model.js +141 -0
  113. package/build/_models/control-models/range-value.control-model.js.map +1 -1
  114. package/build/_models/control-models/server-status.control-model.d.ts +10 -0
  115. package/build/_models/control-models/server-status.control-model.d.ts.map +1 -1
  116. package/build/_models/control-models/server-status.control-model.js +10 -0
  117. package/build/_models/control-models/server-status.control-model.js.map +1 -1
  118. package/build/_models/control-models/service-endpoint-settings-base.control-model.d.ts +12 -0
  119. package/build/_models/control-models/service-endpoint-settings-base.control-model.d.ts.map +1 -1
  120. package/build/_models/control-models/service-endpoint-settings-base.control-model.js +12 -0
  121. package/build/_models/control-models/service-endpoint-settings-base.control-model.js.map +1 -1
  122. package/build/_models/data-models/errors.data-model.d.ts +10 -0
  123. package/build/_models/data-models/errors.data-model.d.ts.map +1 -1
  124. package/build/_models/data-models/errors.data-model.js +10 -0
  125. package/build/_models/data-models/errors.data-model.js.map +1 -1
  126. package/build/_models/data-models/metadata.data-model.d.ts +26 -0
  127. package/build/_models/data-models/metadata.data-model.d.ts.map +1 -1
  128. package/build/_models/data-models/metadata.data-model.js +26 -0
  129. package/build/_models/data-models/metadata.data-model.js.map +1 -1
  130. package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.d.ts +23 -0
  131. package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.d.ts.map +1 -1
  132. package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.js +23 -0
  133. package/build/_modules/ci-tools/_models/cit-ci-result-info.data-models.js.map +1 -1
  134. package/build/_modules/custom-data/_models/cud.data-model.d.ts +7 -0
  135. package/build/_modules/custom-data/_models/cud.data-model.d.ts.map +1 -1
  136. package/build/_modules/custom-data/_models/cud.data-model.js +7 -0
  137. package/build/_modules/custom-data/_models/cud.data-model.js.map +1 -1
  138. package/build/_modules/location/_collections/loc-regions.util.d.ts +33 -0
  139. package/build/_modules/location/_collections/loc-regions.util.d.ts.map +1 -1
  140. package/build/_modules/location/_collections/loc-regions.util.js +33 -0
  141. package/build/_modules/location/_collections/loc-regions.util.js.map +1 -1
  142. package/build/_modules/location/_collections/loc.util.d.ts +10 -0
  143. package/build/_modules/location/_collections/loc.util.d.ts.map +1 -1
  144. package/build/_modules/location/_collections/loc.util.js +10 -0
  145. package/build/_modules/location/_collections/loc.util.js.map +1 -1
  146. package/futdevpro-fsm-dynamo-01.14.11.tgz +0 -0
  147. package/package.json +1 -1
  148. package/src/_collections/constants/data-sizes.const.ts +4 -4
  149. package/src/_collections/utils/array.util.ts +189 -0
  150. package/src/_collections/utils/async.util.ts +40 -0
  151. package/src/_collections/utils/json-error-helper.util.ts +38 -0
  152. package/src/_collections/utils/log.util.ts +194 -4
  153. package/src/_collections/utils/math/box-bounds.util.ts +36 -0
  154. package/src/_collections/utils/math/math.util.spec.ts +0 -10
  155. package/src/_collections/utils/math/math.util.ts +48 -16
  156. package/src/_collections/utils/math/random.util.ts +30 -0
  157. package/src/_collections/utils/math/trigonometry.util.ts +30 -0
  158. package/src/_collections/utils/math/vector2.util.ts +254 -24
  159. package/src/_collections/utils/regex/password-regex.util.ts +12 -0
  160. package/src/_collections/utils/round-list.util.ts +39 -0
  161. package/src/_collections/utils/stack.util.ts +19 -0
  162. package/src/_collections/utils/string.util.ts +17 -0
  163. package/src/_collections/utils/time.util.ts +136 -0
  164. package/src/_collections/utils/utilities.util.ts +17 -1
  165. package/src/_collections/utils/uuid.util.ts +6 -0
  166. package/src/_enums/data-model-type.enum.ts +6 -0
  167. package/src/_enums/http/http-call-type.enum.ts +8 -0
  168. package/src/_enums/http/http-event-type.enum.ts +5 -0
  169. package/src/_enums/time/day-of-week.enum.ts +14 -1
  170. package/src/_models/control-models/data-model-params.control-model.ts +11 -1
  171. package/src/_models/control-models/data-property-params.control-model.ts +8 -0
  172. package/src/_models/control-models/http/http-error-response.control-model.ts +25 -0
  173. package/src/_models/control-models/http/http-headers.control-model.ts +8 -0
  174. package/src/_models/control-models/http/http-response.model-base.ts +9 -0
  175. package/src/_models/control-models/poll.control-model.ts +18 -0
  176. package/src/_models/control-models/range-value.control-model.ts +141 -0
  177. package/src/_models/control-models/server-status.control-model.ts +10 -0
  178. package/src/_models/control-models/service-endpoint-settings-base.control-model.ts +12 -0
  179. package/src/_models/data-models/errors.data-model.ts +10 -0
  180. package/src/_models/data-models/metadata.data-model.ts +27 -0
  181. package/src/_modules/ci-tools/_models/cit-ci-result-info.data-models.ts +23 -0
  182. package/src/_modules/custom-data/_models/cud.data-model.ts +7 -0
  183. package/src/_modules/location/_collections/loc-regions.util.ts +34 -1
  184. package/src/_modules/location/_collections/loc.util.ts +10 -0
  185. package/futdevpro-fsm-dynamo-01.14.10.tgz +0 -0
@@ -7,6 +7,13 @@ export type DyFM_Vector2_U = DyFM_Vector2_Util;
7
7
  * is that static functions return new Vector2,
8
8
  * while instance functions change the current Vector2 and returns itself.
9
9
  * (if this is not true, report it as a bug)
10
+ *
11
+ * @example
12
+ * ```ts
13
+ * const vector2 = new DyFM_Vector2_Util(1);
14
+ * const vector2 = new DyFM_Vector2_Util(1, 2);
15
+ * const vector2 = new DyFM_Vector2_Util({ x: 1, y: 2 });
16
+ * ```
10
17
  */
11
18
  export declare class DyFM_Vector2_Util implements DyFM_Vector2 {
12
19
  readonly isVector2Util: boolean;
@@ -53,153 +60,376 @@ export declare class DyFM_Vector2_Util implements DyFM_Vector2 {
53
60
  constructed?(): boolean;
54
61
  /**
55
62
  * returns the distance between two vectors
63
+ *
64
+ * @example
65
+ * ```ts
66
+ * const distance = DyFM_Vector2_Util.distance({ x: 1, y: 2 }, { x: 3, y: 4 });
67
+ * console.log(distance); // 2.8284271247461903
68
+ * ```
56
69
  */
57
70
  static distance(a: DyFM_Vector2, b: DyFM_Vector2): number;
58
71
  distance(to: DyFM_Vector2): number;
59
72
  /**
60
- * returns a new vector with the negative values of the original vector
73
+ * returns a new vector with the subtraction of two vectors
74
+ *
75
+ * @example
76
+ * ```ts
77
+ * const minus = DyFM_Vector2_Util.minus({ x: 1, y: 2 }, { x: 3, y: 4 });
78
+ * console.log(minus); // { x: -2, y: -2 }
79
+ * ```
61
80
  */
62
81
  static minus(a: DyFM_Vector2, minusB: DyFM_Vector2): DyFM_Vector2_Util;
63
82
  minus(vector: DyFM_Vector2): this;
64
83
  /**
65
84
  * returns a new vector with the sum of two vectors
85
+ *
86
+ * @example
87
+ * ```ts
88
+ * const plus = DyFM_Vector2_Util.plus({ x: 1, y: 2 }, { x: 3, y: 4 });
89
+ * console.log(plus); // { x: 4, y: 6 }
90
+ * ```
66
91
  */
67
92
  static plus(a: DyFM_Vector2, plusB: DyFM_Vector2): DyFM_Vector2_Util;
68
93
  plus(vector: DyFM_Vector2): this;
69
94
  static readonly add: typeof DyFM_Vector2_Util.plus;
70
95
  readonly add: (vector: DyFM_Vector2) => this;
71
- /** returns new multiplied Vector2 */
96
+ /** returns a new vector with the multiplication of two vectors
97
+ * @example
98
+ * ```ts
99
+ * const multiply = DyFM_Vector2_Util.multiply({ x: 1, y: 2 }, 2);
100
+ * console.log(multiply); // { x: 2, y: 4 }
101
+ * ```
102
+ */
72
103
  static multiply(v: DyFM_Vector2, n: number): DyFM_Vector2_Util;
73
104
  multiply(n: number): this;
74
- /** returns new divided Vector2 */
105
+ /** returns a new vector with the division of two vectors
106
+ * @example
107
+ * ```ts
108
+ * const divide = DyFM_Vector2_Util.divide({ x: 1, y: 2 }, 2);
109
+ * console.log(divide); // { x: 0.5, y: 1 }
110
+ * ```
111
+ */
75
112
  static divide(v: DyFM_Vector2, divideBy: number): DyFM_Vector2_Util;
76
113
  divide(n: number): this;
114
+ /** returns the negative value of the original vector at new vector
115
+ * @example
116
+ * ```ts
117
+ * const negative = DyFM_Vector2_Util.negative({ x: 1, y: 2 });
118
+ * console.log(negative); // { x: -1, y: -2 }
119
+ * ```
120
+ */
77
121
  static negative(v: DyFM_Vector2): DyFM_Vector2_Util;
78
122
  /** this returns a new instance */
79
123
  getNegative(): DyFM_Vector2_Util;
80
124
  negate(): this;
81
125
  /**
82
- * returns a new vector with the sum of a vector and the difference of two vectors
126
+ * returns a new vector with the rebase of the original vector
127
+ *
128
+ * @example
129
+ * ```ts
130
+ * const rebase = DyFM_Vector2_Util.rebase({ x: 1, y: 2 }, { x: 3, y: 4 }, { x: 5, y: 6 });
131
+ * console.log(rebase); // { x: 4, y: 6 }
132
+ * ```
83
133
  */
84
134
  static rebase(v: DyFM_Vector2, baseFrom: DyFM_Vector2, baseTo: DyFM_Vector2): DyFM_Vector2_Util;
85
135
  rebase(baseFrom: DyFM_Vector2, baseTo: DyFM_Vector2): this;
86
136
  /**
87
- * returns a new vector with the sum of a vector and the difference of two vectors
137
+ * returns a new vector with the rotation of the original vector by degrees
138
+ *
139
+ * @example
140
+ * ```ts
141
+ * const rotate = DyFM_Vector2_Util.rotate({ x: 1, y: 2 }, 30);
142
+ * console.log(rotate); // { x: 0.8660254037844386, y: 1.5 }
143
+ * ```
88
144
  */
89
145
  static rotate(vector: DyFM_Vector2, angle: number): DyFM_Vector2_Util;
90
146
  /**
91
- * returns a new vector with the sum of a vector and the difference of two vectors
147
+ * returns a new vector with the rotation of the original vector by radians
148
+ *
149
+ * @example
150
+ * ```ts
151
+ * const rotateRad = DyFM_Vector2_Util.rotateRad({ x: 1, y: 2 }, 3.141592653589793);
152
+ * console.log(rotateRad); // { x: -1, y: 2 }
153
+ * ```
92
154
  */
93
155
  static rotateRad(vector: DyFM_Vector2, rad: number): DyFM_Vector2_Util;
94
156
  /**
95
- * returns a new vector with the sum of a vector and the difference of two vectors
157
+ * returns a new vector with the rotation of the original vector by degrees
158
+ *
159
+ * @example
160
+ * ```ts
161
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
162
+ * vector.rotate(30);
163
+ * ```
96
164
  */
97
165
  rotate(angle: number): this;
98
166
  /**
99
- * returns a new vector with the sum of a vector and the difference of two vectors
167
+ * returns a new vector with the rotation of the original vector by radians
168
+ *
169
+ * @example
170
+ * ```ts
171
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
172
+ * vector.rotateRad(3.141592653589793);
173
+ * ```
100
174
  */
101
175
  rotateRad(rad: number): this;
102
176
  /**
103
- * returns a new vector with the sum of a vector and the difference of two vectors
177
+ * returns a new DyFM_Vector2_Util with the new values
178
+ *
179
+ * @example
180
+ * ```ts
181
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
182
+ * vector.newValues({ x: 3, y: 4 });
183
+ * ```
104
184
  */
105
185
  newValues(newV: DyFM_Vector2): this;
106
186
  /**
107
187
  * returns a new vector with the sum of a vector and the difference of two vectors
188
+ *
189
+ * @example
190
+ * ```ts
191
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
192
+ * vector.newXY(3, 4);
193
+ * ```
108
194
  */
109
195
  newXY(newX: number, newY: number): this;
110
196
  /**
111
- * returns a new vector with the sum of a vector and the difference of two vectors
197
+ * returns a new DyFM_Vector2_Util with the new values
198
+ *
199
+ * @example
200
+ * ```ts
201
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
202
+ * DyFM_Vector2_Util.newValues(vector, { x: 3, y: 4 });
203
+ * ```
112
204
  */
113
205
  static newValues(to: DyFM_Vector2, newV: DyFM_Vector2): DyFM_Vector2;
114
206
  static readonly newXY: typeof DyFM_Vector2_Util.newValues;
115
207
  /**
116
208
  * returns the angle between two vectors
209
+ *
210
+ * @example
211
+ * ```ts
212
+ * const angle = DyFM_Vector2_Util.angle({ x: 1, y: 2 }, { x: 3, y: 4 });
213
+ * console.log(angle); // 45
214
+ * ```
117
215
  */
118
216
  static angle(from: DyFM_Vector2, to: DyFM_Vector2): number;
119
217
  /**
120
218
  * returns the angle between two vectors in radians
219
+ *
220
+ * @example
221
+ * ```ts
222
+ * const angleRad = DyFM_Vector2_Util.angleRad({ x: 1, y: 2 }, { x: 3, y: 4 });
223
+ * console.log(angleRad); // 0.7853981633974483
224
+ * ```
121
225
  */
122
226
  static angleRad(from: DyFM_Vector2, to: DyFM_Vector2): number;
123
227
  /**
124
228
  * returns the angle between two vectors
229
+ *
230
+ * @example
231
+ * ```ts
232
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
233
+ * const angle = vector.angle({ x: 3, y: 4 });
234
+ * console.log(angle); // 45
235
+ * ```
125
236
  */
126
237
  angle(from: DyFM_Vector2, to: DyFM_Vector2): number;
127
238
  /**
128
239
  * returns the angle between two vectors in degrees
240
+ *
241
+ * @example
242
+ * ```ts
243
+ * const angle = DyFM_Vector2_Util.deg({ x: 1, y: 2 });
244
+ * console.log(angle); // 45
129
245
  */
130
246
  static deg(vector: DyFM_Vector2): number;
131
247
  /**
132
248
  * returns the angle between two vectors in radians
249
+ *
250
+ * @example
251
+ * ```ts
252
+ * const angleRad = DyFM_Vector2_Util.rad({ x: 1, y: 2 });
253
+ * console.log(angleRad); // 0.7853981633974483
254
+ * ```
133
255
  */
134
256
  static rad(vector: DyFM_Vector2): number;
135
257
  /**
136
- * returns the angle between two vectors in degrees
258
+ * returns the vector angle in degrees
259
+ *
260
+ * @example
261
+ * ```ts
262
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
263
+ * const deg = vector.deg();
264
+ * console.log(deg); // 45
265
+ * ```
137
266
  */
138
267
  deg(): number;
139
268
  /**
140
269
  * returns math floor of the vector
270
+ *
271
+ * @example
272
+ * ```ts
273
+ * const vector = DyFM_Vector2_Util.floor({ x: 1.5, y: 2.5 });
274
+ * console.log(vector); // { x: 1, y: 2 }
275
+ * ```
141
276
  */
142
277
  static floor(v: DyFM_Vector2): DyFM_Vector2_Util;
143
278
  /**
144
279
  * returns math floor of the vector
280
+ *
281
+ * @example
282
+ * ```ts
283
+ * const vector = new DyFM_Vector2_Util({ x: 1.5, y: 2.5 });
284
+ * const floor = vector.floor();
285
+ * console.log(floor); // { x: 1, y: 2 }
286
+ * ```
145
287
  */
146
288
  floor(): DyFM_Vector2_Util;
147
289
  /**
148
290
  * returns the direction vector from one point to another
291
+ *
292
+ * @example
293
+ * ```ts
294
+ * const direction = DyFM_Vector2_Util.direction({ x: 1, y: 2 }, { x: 3, y: 4 });
295
+ * console.log(direction); // { x: 2, y: 2 }
296
+ * ```
149
297
  */
150
298
  static direction(from: DyFM_Vector2, to: DyFM_Vector2): DyFM_Vector2_Util;
151
299
  /**
152
300
  * returns the direction vector from one point to another
301
+ *
302
+ * @example
303
+ * ```ts
304
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
305
+ * const direction = vector.direction({ x: 3, y: 4 });
306
+ * console.log(direction); // { x: 2, y: 2 }
307
+ * ```
153
308
  */
154
309
  direction(to: DyFM_Vector2): DyFM_Vector2_Util;
155
310
  /**
156
311
  * returns a normalized vector
312
+ *
313
+ * @example
314
+ * ```ts
315
+ * const vector = DyFM_Vector2_Util.normalize({ x: 1, y: 2 });
316
+ * console.log(vector); // { x: 0.4472135954999579, y: 0.8944271909999159 }
317
+ * ```
157
318
  */
158
319
  static normalize(v: DyFM_Vector2): DyFM_Vector2_Util;
159
320
  /**
160
321
  * returns a normalized vector
322
+ *
323
+ * @example
324
+ * ```ts
325
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
326
+ * vector.normalize();
327
+ * console.log(vector); // { x: 0.4472135954999579, y: 0.8944271909999159 }
328
+ * ```
161
329
  */
162
330
  normalize(): void;
163
331
  /**
164
332
  * this will return a new instance,
165
333
  * if you want to change the current instance, use normalize()
166
- */
334
+ *
335
+ * @example
336
+ * ```ts
337
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
338
+ * const normalized = vector.normalized();
339
+ * console.log(normalized); // { x: 0.4472135954999579, y: 0.8944271909999159 }
340
+ * ```
341
+ */
167
342
  normalized(): DyFM_Vector2_Util;
168
343
  /**
169
344
  * returns the magnitude of the vector
345
+ *
346
+ * @example
347
+ * ```ts
348
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
349
+ * const magnitude = vector.magnitude();
350
+ * console.log(magnitude); // 2.23606797749979
351
+ * ```
170
352
  */
171
353
  private calcMagnitude;
172
354
  /**
173
355
  * returns a new vector with the same values
356
+ *
357
+ * @example
358
+ * ```ts
359
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
360
+ * const clone = vector.clone();
361
+ * console.log(clone); // { x: 1, y: 2 }
362
+ * ```
174
363
  */
175
364
  clone(): DyFM_Vector2_Util;
176
365
  /**
177
366
  * returns true if the vector has changed
367
+ *
368
+ * @example
369
+ * ```ts
370
+ * const vector1 = new DyFM_Vector2_Util({ x: 1, y: 2 });
371
+ * const vector2 = new DyFM_Vector2_Util({ x: 3, y: 4 });
372
+ * const isChanged = DyFM_Vector2_Util.isChanged(vector1, vector2);
373
+ * console.log(isChanged); // true
374
+ * ```
178
375
  */
179
376
  static isChanged(a: DyFM_Vector2_Util, b: DyFM_Vector2_Util): boolean;
180
377
  /**
181
378
  * returns true if the vectors are equal
379
+ *
380
+ * @example
381
+ * ```ts
382
+ * const vector1 = new DyFM_Vector2_Util({ x: 1, y: 2 });
383
+ * const vector2 = new DyFM_Vector2_Util({ x: 1, y: 2 });
384
+ * const isEqual = DyFM_Vector2_Util.isEqual(vector1, vector2);
385
+ * console.log(isEqual); // true
386
+ * ```
182
387
  */
183
388
  static isEqual(a: DyFM_Vector2, b: DyFM_Vector2): boolean;
184
389
  /**
185
- * returns true if the vectors are equal
390
+ * returns true if the vectors have changed
391
+ *
392
+ * @example
393
+ * ```ts
394
+ * const vector1 = new DyFM_Vector2_Util({ x: 1, y: 2 });
395
+ * const vector2 = new DyFM_Vector2_Util({ x: 1, y: 2 });
396
+ * const isVectorChanged = DyFM_Vector2_Util.vectorChanged(vector1, vector2);
397
+ * console.log(isVectorChanged); // false
398
+ * ```
186
399
  */
187
400
  static vectorChanged(a: DyFM_Vector2, b: DyFM_Vector2): boolean;
188
- /**
189
- * returns true if the vectors are equal
190
- */
191
- static equals(a: DyFM_Vector2, b: DyFM_Vector2): boolean;
192
401
  /**
193
402
  * returns a new vector with the absolute values of the original vector
403
+ *
404
+ * @example
405
+ * ```ts
406
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
407
+ * const vector = DyFM_Vector2_Util.abs(vector);
408
+ * console.log(vector);
409
+ * ```
194
410
  */
195
411
  static abs(v: DyFM_Vector2): DyFM_Vector2_Util;
196
412
  abs(): this;
197
413
  /**
198
414
  * returns a new vector with the rounded values of the original vector
415
+ *
416
+ * @example
417
+ * ```ts
418
+ * const vector = new DyFM_Vector2_Util({ x: 1.5, y: 2.5 });
419
+ * const rounded = DyFM_Vector2_Util.round(vector);
420
+ * const rounded2 = DyFM_Vector2_Util.round(vector,3);
421
+ * ```
199
422
  */
200
423
  static round(v: DyFM_Vector2, decimals?: number): DyFM_Vector2_Util;
201
424
  /**
202
425
  * returns a instance of DyFM_Vector2 from a DyFM_Vector2_Util
426
+ *
427
+ * @example
428
+ * ```ts
429
+ * const vector = new DyFM_Vector2_Util({ x: 1, y: 2 });
430
+ * const vector2 = DyFM_Vector2_Util.toVector2(vector);
431
+ * console.log(vector2);
432
+ * ```
203
433
  */
204
434
  static toVector2(v: DyFM_Vector2_Util): DyFM_Vector2;
205
435
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"vector2.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vector2.util.d.ts","sourceRoot":"","sources":["../../../../src/_collections/utils/math/vector2.util.ts"],"names":[],"mappings":"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"}