@itwin/core-geometry 4.1.0-dev.3 → 4.1.0-dev.31

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 (190) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/lib/cjs/curve/Arc3d.d.ts +71 -86
  3. package/lib/cjs/curve/Arc3d.d.ts.map +1 -1
  4. package/lib/cjs/curve/Arc3d.js +110 -96
  5. package/lib/cjs/curve/Arc3d.js.map +1 -1
  6. package/lib/cjs/curve/CurveChainWithDistanceIndex.d.ts +61 -41
  7. package/lib/cjs/curve/CurveChainWithDistanceIndex.d.ts.map +1 -1
  8. package/lib/cjs/curve/CurveChainWithDistanceIndex.js +69 -46
  9. package/lib/cjs/curve/CurveChainWithDistanceIndex.js.map +1 -1
  10. package/lib/cjs/curve/CurveCollection.d.ts +73 -46
  11. package/lib/cjs/curve/CurveCollection.d.ts.map +1 -1
  12. package/lib/cjs/curve/CurveCollection.js +100 -64
  13. package/lib/cjs/curve/CurveCollection.js.map +1 -1
  14. package/lib/cjs/curve/CurveCurve.d.ts.map +1 -1
  15. package/lib/cjs/curve/CurveCurve.js.map +1 -1
  16. package/lib/cjs/curve/CurveLocationDetail.d.ts +45 -46
  17. package/lib/cjs/curve/CurveLocationDetail.d.ts.map +1 -1
  18. package/lib/cjs/curve/CurveLocationDetail.js +39 -41
  19. package/lib/cjs/curve/CurveLocationDetail.js.map +1 -1
  20. package/lib/cjs/curve/CurvePrimitive.d.ts +138 -92
  21. package/lib/cjs/curve/CurvePrimitive.d.ts.map +1 -1
  22. package/lib/cjs/curve/CurvePrimitive.js +115 -75
  23. package/lib/cjs/curve/CurvePrimitive.js.map +1 -1
  24. package/lib/cjs/curve/GeometryQuery.d.ts +26 -20
  25. package/lib/cjs/curve/GeometryQuery.d.ts.map +1 -1
  26. package/lib/cjs/curve/GeometryQuery.js +11 -9
  27. package/lib/cjs/curve/GeometryQuery.js.map +1 -1
  28. package/lib/cjs/curve/LineSegment3d.d.ts +38 -27
  29. package/lib/cjs/curve/LineSegment3d.d.ts.map +1 -1
  30. package/lib/cjs/curve/LineSegment3d.js +77 -39
  31. package/lib/cjs/curve/LineSegment3d.js.map +1 -1
  32. package/lib/cjs/curve/LineString3d.d.ts +70 -51
  33. package/lib/cjs/curve/LineString3d.d.ts.map +1 -1
  34. package/lib/cjs/curve/LineString3d.js +120 -71
  35. package/lib/cjs/curve/LineString3d.js.map +1 -1
  36. package/lib/cjs/curve/Loop.d.ts +7 -5
  37. package/lib/cjs/curve/Loop.d.ts.map +1 -1
  38. package/lib/cjs/curve/Loop.js +18 -6
  39. package/lib/cjs/curve/Loop.js.map +1 -1
  40. package/lib/cjs/curve/ParityRegion.d.ts +7 -7
  41. package/lib/cjs/curve/ParityRegion.d.ts.map +1 -1
  42. package/lib/cjs/curve/ParityRegion.js +19 -11
  43. package/lib/cjs/curve/ParityRegion.js.map +1 -1
  44. package/lib/cjs/curve/Path.d.ts +6 -6
  45. package/lib/cjs/curve/Path.d.ts.map +1 -1
  46. package/lib/cjs/curve/Path.js +15 -9
  47. package/lib/cjs/curve/Path.js.map +1 -1
  48. package/lib/cjs/curve/ProxyCurve.d.ts +4 -6
  49. package/lib/cjs/curve/ProxyCurve.d.ts.map +1 -1
  50. package/lib/cjs/curve/ProxyCurve.js +7 -7
  51. package/lib/cjs/curve/ProxyCurve.js.map +1 -1
  52. package/lib/cjs/curve/Query/StrokeCountMap.d.ts +14 -13
  53. package/lib/cjs/curve/Query/StrokeCountMap.d.ts.map +1 -1
  54. package/lib/cjs/curve/Query/StrokeCountMap.js +9 -8
  55. package/lib/cjs/curve/Query/StrokeCountMap.js.map +1 -1
  56. package/lib/cjs/curve/RegionOps.d.ts +69 -47
  57. package/lib/cjs/curve/RegionOps.d.ts.map +1 -1
  58. package/lib/cjs/curve/RegionOps.js +70 -47
  59. package/lib/cjs/curve/RegionOps.js.map +1 -1
  60. package/lib/cjs/curve/StrokeOptions.d.ts +29 -21
  61. package/lib/cjs/curve/StrokeOptions.d.ts.map +1 -1
  62. package/lib/cjs/curve/StrokeOptions.js +50 -24
  63. package/lib/cjs/curve/StrokeOptions.js.map +1 -1
  64. package/lib/cjs/curve/UnionRegion.d.ts +6 -5
  65. package/lib/cjs/curve/UnionRegion.d.ts.map +1 -1
  66. package/lib/cjs/curve/UnionRegion.js +17 -8
  67. package/lib/cjs/curve/UnionRegion.js.map +1 -1
  68. package/lib/cjs/curve/internalContexts/GapSearchContext.d.ts +2 -1
  69. package/lib/cjs/curve/internalContexts/GapSearchContext.d.ts.map +1 -1
  70. package/lib/cjs/curve/internalContexts/GapSearchContext.js +6 -2
  71. package/lib/cjs/curve/internalContexts/GapSearchContext.js.map +1 -1
  72. package/lib/cjs/curve/internalContexts/PlaneAltitudeRangeContext.d.ts +14 -8
  73. package/lib/cjs/curve/internalContexts/PlaneAltitudeRangeContext.d.ts.map +1 -1
  74. package/lib/cjs/curve/internalContexts/PlaneAltitudeRangeContext.js +14 -8
  75. package/lib/cjs/curve/internalContexts/PlaneAltitudeRangeContext.js.map +1 -1
  76. package/lib/cjs/curve/internalContexts/PolygonOffsetContext.d.ts +56 -34
  77. package/lib/cjs/curve/internalContexts/PolygonOffsetContext.d.ts.map +1 -1
  78. package/lib/cjs/curve/internalContexts/PolygonOffsetContext.js +152 -87
  79. package/lib/cjs/curve/internalContexts/PolygonOffsetContext.js.map +1 -1
  80. package/lib/cjs/curve/internalContexts/SumLengthsContext.d.ts.map +1 -1
  81. package/lib/cjs/curve/internalContexts/SumLengthsContext.js +4 -1
  82. package/lib/cjs/curve/internalContexts/SumLengthsContext.js.map +1 -1
  83. package/lib/cjs/geometry3d/Matrix3d.d.ts +2 -2
  84. package/lib/cjs/geometry3d/Matrix3d.js +2 -2
  85. package/lib/cjs/geometry3d/Matrix3d.js.map +1 -1
  86. package/lib/cjs/geometry3d/Plane3dByOriginAndVectors.d.ts +36 -32
  87. package/lib/cjs/geometry3d/Plane3dByOriginAndVectors.d.ts.map +1 -1
  88. package/lib/cjs/geometry3d/Plane3dByOriginAndVectors.js +35 -32
  89. package/lib/cjs/geometry3d/Plane3dByOriginAndVectors.js.map +1 -1
  90. package/lib/cjs/geometry3d/Range.d.ts +133 -93
  91. package/lib/cjs/geometry3d/Range.d.ts.map +1 -1
  92. package/lib/cjs/geometry3d/Range.js +296 -144
  93. package/lib/cjs/geometry3d/Range.js.map +1 -1
  94. package/lib/cjs/geometry3d/Ray3d.d.ts.map +1 -1
  95. package/lib/cjs/geometry3d/Ray3d.js.map +1 -1
  96. package/lib/esm/curve/Arc3d.d.ts +71 -86
  97. package/lib/esm/curve/Arc3d.d.ts.map +1 -1
  98. package/lib/esm/curve/Arc3d.js +110 -96
  99. package/lib/esm/curve/Arc3d.js.map +1 -1
  100. package/lib/esm/curve/CurveChainWithDistanceIndex.d.ts +61 -41
  101. package/lib/esm/curve/CurveChainWithDistanceIndex.d.ts.map +1 -1
  102. package/lib/esm/curve/CurveChainWithDistanceIndex.js +69 -46
  103. package/lib/esm/curve/CurveChainWithDistanceIndex.js.map +1 -1
  104. package/lib/esm/curve/CurveCollection.d.ts +73 -46
  105. package/lib/esm/curve/CurveCollection.d.ts.map +1 -1
  106. package/lib/esm/curve/CurveCollection.js +100 -64
  107. package/lib/esm/curve/CurveCollection.js.map +1 -1
  108. package/lib/esm/curve/CurveCurve.d.ts.map +1 -1
  109. package/lib/esm/curve/CurveCurve.js.map +1 -1
  110. package/lib/esm/curve/CurveLocationDetail.d.ts +45 -46
  111. package/lib/esm/curve/CurveLocationDetail.d.ts.map +1 -1
  112. package/lib/esm/curve/CurveLocationDetail.js +39 -41
  113. package/lib/esm/curve/CurveLocationDetail.js.map +1 -1
  114. package/lib/esm/curve/CurvePrimitive.d.ts +138 -92
  115. package/lib/esm/curve/CurvePrimitive.d.ts.map +1 -1
  116. package/lib/esm/curve/CurvePrimitive.js +115 -75
  117. package/lib/esm/curve/CurvePrimitive.js.map +1 -1
  118. package/lib/esm/curve/GeometryQuery.d.ts +26 -20
  119. package/lib/esm/curve/GeometryQuery.d.ts.map +1 -1
  120. package/lib/esm/curve/GeometryQuery.js +11 -9
  121. package/lib/esm/curve/GeometryQuery.js.map +1 -1
  122. package/lib/esm/curve/LineSegment3d.d.ts +38 -27
  123. package/lib/esm/curve/LineSegment3d.d.ts.map +1 -1
  124. package/lib/esm/curve/LineSegment3d.js +77 -39
  125. package/lib/esm/curve/LineSegment3d.js.map +1 -1
  126. package/lib/esm/curve/LineString3d.d.ts +70 -51
  127. package/lib/esm/curve/LineString3d.d.ts.map +1 -1
  128. package/lib/esm/curve/LineString3d.js +120 -71
  129. package/lib/esm/curve/LineString3d.js.map +1 -1
  130. package/lib/esm/curve/Loop.d.ts +7 -5
  131. package/lib/esm/curve/Loop.d.ts.map +1 -1
  132. package/lib/esm/curve/Loop.js +18 -6
  133. package/lib/esm/curve/Loop.js.map +1 -1
  134. package/lib/esm/curve/ParityRegion.d.ts +7 -7
  135. package/lib/esm/curve/ParityRegion.d.ts.map +1 -1
  136. package/lib/esm/curve/ParityRegion.js +19 -11
  137. package/lib/esm/curve/ParityRegion.js.map +1 -1
  138. package/lib/esm/curve/Path.d.ts +6 -6
  139. package/lib/esm/curve/Path.d.ts.map +1 -1
  140. package/lib/esm/curve/Path.js +15 -9
  141. package/lib/esm/curve/Path.js.map +1 -1
  142. package/lib/esm/curve/ProxyCurve.d.ts +4 -6
  143. package/lib/esm/curve/ProxyCurve.d.ts.map +1 -1
  144. package/lib/esm/curve/ProxyCurve.js +7 -7
  145. package/lib/esm/curve/ProxyCurve.js.map +1 -1
  146. package/lib/esm/curve/Query/StrokeCountMap.d.ts +14 -13
  147. package/lib/esm/curve/Query/StrokeCountMap.d.ts.map +1 -1
  148. package/lib/esm/curve/Query/StrokeCountMap.js +9 -8
  149. package/lib/esm/curve/Query/StrokeCountMap.js.map +1 -1
  150. package/lib/esm/curve/RegionOps.d.ts +69 -47
  151. package/lib/esm/curve/RegionOps.d.ts.map +1 -1
  152. package/lib/esm/curve/RegionOps.js +70 -47
  153. package/lib/esm/curve/RegionOps.js.map +1 -1
  154. package/lib/esm/curve/StrokeOptions.d.ts +29 -21
  155. package/lib/esm/curve/StrokeOptions.d.ts.map +1 -1
  156. package/lib/esm/curve/StrokeOptions.js +50 -24
  157. package/lib/esm/curve/StrokeOptions.js.map +1 -1
  158. package/lib/esm/curve/UnionRegion.d.ts +6 -5
  159. package/lib/esm/curve/UnionRegion.d.ts.map +1 -1
  160. package/lib/esm/curve/UnionRegion.js +17 -8
  161. package/lib/esm/curve/UnionRegion.js.map +1 -1
  162. package/lib/esm/curve/internalContexts/GapSearchContext.d.ts +2 -1
  163. package/lib/esm/curve/internalContexts/GapSearchContext.d.ts.map +1 -1
  164. package/lib/esm/curve/internalContexts/GapSearchContext.js +6 -2
  165. package/lib/esm/curve/internalContexts/GapSearchContext.js.map +1 -1
  166. package/lib/esm/curve/internalContexts/PlaneAltitudeRangeContext.d.ts +14 -8
  167. package/lib/esm/curve/internalContexts/PlaneAltitudeRangeContext.d.ts.map +1 -1
  168. package/lib/esm/curve/internalContexts/PlaneAltitudeRangeContext.js +14 -8
  169. package/lib/esm/curve/internalContexts/PlaneAltitudeRangeContext.js.map +1 -1
  170. package/lib/esm/curve/internalContexts/PolygonOffsetContext.d.ts +56 -34
  171. package/lib/esm/curve/internalContexts/PolygonOffsetContext.d.ts.map +1 -1
  172. package/lib/esm/curve/internalContexts/PolygonOffsetContext.js +152 -87
  173. package/lib/esm/curve/internalContexts/PolygonOffsetContext.js.map +1 -1
  174. package/lib/esm/curve/internalContexts/SumLengthsContext.d.ts.map +1 -1
  175. package/lib/esm/curve/internalContexts/SumLengthsContext.js +4 -1
  176. package/lib/esm/curve/internalContexts/SumLengthsContext.js.map +1 -1
  177. package/lib/esm/geometry3d/Matrix3d.d.ts +2 -2
  178. package/lib/esm/geometry3d/Matrix3d.js +2 -2
  179. package/lib/esm/geometry3d/Matrix3d.js.map +1 -1
  180. package/lib/esm/geometry3d/Plane3dByOriginAndVectors.d.ts +36 -32
  181. package/lib/esm/geometry3d/Plane3dByOriginAndVectors.d.ts.map +1 -1
  182. package/lib/esm/geometry3d/Plane3dByOriginAndVectors.js +35 -32
  183. package/lib/esm/geometry3d/Plane3dByOriginAndVectors.js.map +1 -1
  184. package/lib/esm/geometry3d/Range.d.ts +133 -93
  185. package/lib/esm/geometry3d/Range.d.ts.map +1 -1
  186. package/lib/esm/geometry3d/Range.js +296 -144
  187. package/lib/esm/geometry3d/Range.js.map +1 -1
  188. package/lib/esm/geometry3d/Ray3d.d.ts.map +1 -1
  189. package/lib/esm/geometry3d/Ray3d.js.map +1 -1
  190. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,37 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 May 2023 15:34:14 GMT and should not be manually modified.
4
+
5
+ ## 4.0.0
6
+ Mon, 22 May 2023 15:34:14 GMT
7
+
8
+ ### Updates
9
+
10
+ - RegionOps improvements in arc handling
11
+ - fix for CurveChainWithDistanceIndex.fractionToCurvature
12
+ - missing types in core-geometry barrel file
13
+ - geometry API promotions
14
+ - conditionalize core-geometry test output
15
+ - intersect local ranges
16
+ - implement PolyfaceBuilder.addGeometryQuery for Loops and ParityRegions
17
+ - tighten vector normalization tol
18
+ - PolyfaceBuilder for UnionRegions
19
+ - ray-mesh intersection
20
+ - add merge tolerance to regionBooleanXY
21
+ - avoid misclassify null face as negative area face
22
+ - New method PolyfaceQuery.cloneWithMaximalPlanarFacets
23
+ - Plane3d evaluations for issue #5169
24
+ - Update to eslint@8
25
+
26
+ ## 3.7.6
27
+ Mon, 15 May 2023 18:23:40 GMT
28
+
29
+ _Version update only_
30
+
31
+ ## 3.7.5
32
+ Thu, 04 May 2023 19:43:18 GMT
33
+
34
+ _Version update only_
4
35
 
5
36
  ## 3.7.4
6
37
  Tue, 25 Apr 2023 17:50:35 GMT
@@ -26,42 +26,40 @@ import { LineString3d } from "./LineString3d";
26
26
  import { StrokeOptions } from "./StrokeOptions";
27
27
  /**
28
28
  * Compact vector form of an elliptic arc defined by center, vectors for angle coordinates 0 and 90 degrees, and sweep.
29
- * * See `Arc3d` for further details of the parameterization and meaning of the vectors.
29
+ * * @see [Curve Collections]($docs/learning/geometry/CurvePrimitive.md) learning article for further details of the
30
+ * parameterization and meaning of the vectors.
30
31
  * @public
31
32
  */
32
33
  export interface ArcVectors {
33
- /** center point of arc. */
34
+ /** Center point of arc */
34
35
  center: Point3d;
35
- /** vector to point at angle 0 in parameter space */
36
+ /** Vector to point at angle 0 in parameter space */
36
37
  vector0: Vector3d;
37
- /** vector to point at angle 90 degrees in parameter space */
38
+ /** Vector to point at angle 90 degrees in parameter space */
38
39
  vector90: Vector3d;
39
- /** angle swept by the subset of the complete arc. */
40
+ /** Angle swept by the subset of the complete arc */
40
41
  sweep: AngleSweep;
41
42
  }
42
43
  /**
43
44
  * Circular or elliptic arc.
44
- *
45
45
  * * The angle to point equation is:
46
- *
47
- * * `X = center + cos(theta) * vector0 + sin(theta) * vector90`
46
+ * * `X = center + cos(theta) * vector0 + sin(theta) * vector90`
48
47
  * * When the two vectors are perpendicular and have equal length, it is a true circle.
49
48
  * * Non-perpendicular vectors are always elliptic.
50
- * * vectors of unequal length are always elliptic.
49
+ * * Vectors of unequal length are always elliptic.
51
50
  * * To create an ellipse in the common "major and minor axis" form of an ellipse:
52
51
  * ** vector0 is the vector from the center to the major axis extreme.
53
52
  * ** vector90 is the vector from the center to the minor axis extreme.
54
- * ** note the constructing the vectors to the extreme points makes them perpendicular.
55
- * * The method toScaledMatrix3d () can be called to convert the unrestricted vector0,vector90 to perpendicular form.
56
- * * The unrestricted form is much easier to work with for common calculations -- stroking, projection to 2d, intersection with plane.
53
+ * ** note that constructing the vectors to the extreme points makes them perpendicular.
54
+ * * The method toScaledMatrix3d() can be called to convert the unrestricted vector0,vector90 to perpendicular form.
55
+ * * The unrestricted form is much easier to work with for common calculations -- stroking, projection to 2d,
56
+ * intersection with plane.
57
57
  * @public
58
58
  */
59
59
  export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
60
60
  /** String name for schema properties */
61
61
  readonly curvePrimitiveType = "arc";
62
- /**
63
- * Test if this and other are both instances of Arc3d.
64
- */
62
+ /** Test if this and other are both instances of Arc3d. */
65
63
  isSameGeometryClass(other: GeometryQuery): boolean;
66
64
  private _center;
67
65
  private _matrix;
@@ -71,40 +69,26 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
71
69
  private static _workPointC;
72
70
  private static _workVectorU;
73
71
  private static _workVectorV;
74
- /**
75
- * read property for (clone of) center
76
- */
72
+ /** Read property for (clone of) center */
77
73
  get center(): Point3d;
78
- /**
79
- * read property for (clone of) vector0
80
- */
74
+ /** Read property for (clone of) vector0 */
81
75
  get vector0(): Vector3d;
82
- /**
83
- * read property for (clone of) vector90
84
- */
76
+ /** Read property for (clone of) vector90 */
85
77
  get vector90(): Vector3d;
86
- /**
87
- * read property for (clone of) plane normal, with arbitrary length.
88
- */
78
+ /** Read property for (clone of) plane normal, with arbitrary length. */
89
79
  get perpendicularVector(): Vector3d;
90
- /**
91
- * read property for (clone of!) matrix of vector0, vector90, unit normal
92
- */
80
+ /** Read property for (clone of) matrix of vector0, vector90, unit normal */
93
81
  matrixClone(): Matrix3d;
94
- /**
95
- * read property for (reference to !!) matrix of vector0, vector90, unit normal
96
- */
82
+ /** Read property for (reference to) matrix of vector0, vector90, unit normal */
97
83
  get matrixRef(): Matrix3d;
98
84
  /** Sweep of the angle. */
99
85
  get sweep(): AngleSweep;
100
86
  set sweep(value: AngleSweep);
101
- /**
102
- * An Arc3d extends along its complete elliptic arc
103
- */
87
+ /** An Arc3d extends along its complete elliptic arc */
104
88
  get isExtensibleFractionSpace(): boolean;
105
89
  private constructor();
106
90
  /**
107
- * Return a clone of the arc, with transform applied
91
+ * Return a clone of the arc, with transform applied
108
92
  * @param transform
109
93
  */
110
94
  cloneTransformed(transform: Transform): Arc3d;
@@ -122,9 +106,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
122
106
  * @param sweep angle sweep
123
107
  */
124
108
  set(center: Point3d, matrix: Matrix3d, sweep: AngleSweep | undefined): void;
125
- /**
126
- * Copy center, matrix, and sweep from other Arc3d.
127
- */
109
+ /** Copy center, matrix, and sweep from other Arc3d */
128
110
  setFrom(other: Arc3d): void;
129
111
  /** Return a clone of this arc. */
130
112
  clone(): Arc3d;
@@ -163,13 +145,16 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
163
145
  * @param result optional preallocated result
164
146
  */
165
147
  static create(center: Point3d | undefined, vector0: Vector3d, vector90: Vector3d, sweep?: AngleSweep, result?: Arc3d): Arc3d;
166
- /** Return a clone of this arc, projected to given z value.
148
+ /**
149
+ * Return a clone of this arc, projected to given z value.
167
150
  * * If `z` is omitted, the clone is at the z of the center.
151
+ * * This function projects the arc into a plane parallel to xy-plane.
168
152
  * * Note that projection to fixed z can change circle into ellipse (and (rarely) ellipse to circle)
169
153
  */
170
154
  cloneAtZ(z?: number): Arc3d;
171
155
  /**
172
- * Create an arc by center (cx,cy,xz) with vectors (ux,uy,uz) and (vx,vy,vz) to points at 0 and 90 degrees in parameter space.
156
+ * Create an arc by center (cx,cy,xz) with vectors (ux,uy,uz) and (vx,vy,vz) to points at 0 and 90 degrees in
157
+ * parameter space.
173
158
  * @param result optional preallocated result
174
159
  */
175
160
  static createXYZXYZXYZ(cx: number, cy: number, cz: number, ux: number, uy: number, uz: number, vx: number, vy: number, vz: number, sweep?: AngleSweep, result?: Arc3d): Arc3d;
@@ -180,7 +165,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
180
165
  * * note that the eccentricity is AT MOST ONE.
181
166
  */
182
167
  quickEccentricity(): number;
183
- /** Create a circular arc defined by start point, any intermediate point, and end point.
168
+ /**
169
+ * Create a circular arc defined by start point, any intermediate point, and end point.
184
170
  * If the points are colinear, assemble them into a linestring.
185
171
  */
186
172
  static createCircularStartMiddleEnd(pointA: XYAndZ, pointB: XYAndZ, pointC: XYAndZ, result?: Arc3d): Arc3d | LineString3d | undefined;
@@ -204,7 +190,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
204
190
  * @param result optional preallocated result
205
191
  */
206
192
  fractionToPointAndDerivative(fraction: number, result?: Ray3d): Ray3d;
207
- /** Construct a plane with
193
+ /**
194
+ * Construct a plane with
208
195
  * * origin at the fractional position along the arc
209
196
  * * x axis is the first derivative, i.e. tangent along the arc
210
197
  * * y axis is the second derivative, i.e. in the plane and on the center side of the tangent.
@@ -253,20 +240,21 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
253
240
  * Uses quadrature.
254
241
  */
255
242
  curveLength(): number;
256
- /** Gauss point quadrature count for evaluating curve length. (The number of intervals is adjusted to the arc sweep) */
243
+ /** Gauss point quadrature count for evaluating curve length. (The number of intervals is adjusted to the arc sweep) */
257
244
  static readonly quadratureGuassCount = 5;
258
245
  /** In quadrature for arc length, use this interval (divided by quickEccentricity) */
259
246
  static readonly quadratureIntervalAngleDegrees = 10;
260
- /** * If this is a circular arc, return the simple length derived from radius and sweep.
247
+ /**
248
+ * * If this is a circular arc, return the simple length derived from radius and sweep.
261
249
  * * Otherwise (i.e. if this elliptical) fall through CurvePrimitive integrator.
262
250
  */
263
251
  curveLengthBetweenFractions(fraction0: number, fraction1: number): number;
264
252
  /**
265
253
  * Return an approximate (but easy to compute) arc length.
266
254
  * The estimate is:
267
- * * Form 8 chords on full circle, proportionally fewer for partials. (But 2 extras if less than half circle.)
268
- * * sum the chord lengths
269
- * * For a circle, we know this crude approximation has to be increased by a factor (theta/(2 sin (theta/2)))
255
+ * * Form 8 chords on full circle, proportionally fewer for partials (but 2 extras if less than half circle).
256
+ * * Sum the chord lengths.
257
+ * * For a circle, we know this crude approximation has to be increased by a factor (theta/(2*sin(theta/2))).
270
258
  * * Apply that factor.
271
259
  * * Experiments confirm that this is within 3 percent for a variety of eccentricities and arc sweeps.
272
260
  */
@@ -287,13 +275,15 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
287
275
  /**
288
276
  * Return details of the closest point on the arc, optionally extending to full ellipse.
289
277
  * @param spacePoint search for point closest to this point.
290
- * @param extend if true, consider projections to the complete ellipse. If false, consider only endpoints and projections within the arc sweep.
278
+ * @param extend if true, consider projections to the complete ellipse. If false, consider only endpoints and
279
+ * projections within the arc sweep.
291
280
  * @param result optional preallocated result.
292
281
  */
293
282
  closestPoint(spacePoint: Point3d, extend: VariantCurveExtendParameter, result?: CurveLocationDetail): CurveLocationDetail;
294
283
  /** Reverse the sweep of the arc. */
295
284
  reverseInPlace(): void;
296
- /** apply a transform to the arc basis vectors.
285
+ /**
286
+ * Apply a transform to the arc basis vectors.
297
287
  * * nonuniform (i.e. skewing) transforms are allowed.
298
288
  * * The transformed vector0 and vector90 are NOT squared up as major minor axes. (This is a good feature!!)
299
289
  */
@@ -303,20 +293,16 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
303
293
  * @param plane
304
294
  */
305
295
  isInPlane(plane: Plane3dByOriginAndUnitNormal): boolean;
306
- /**
307
- * Return true if the vector0 and vector90 are of equal length and perpendicular.
308
- */
296
+ /** Return true if the vector0 and vector90 are of equal length and perpendicular. */
309
297
  get isCircular(): boolean;
310
- /**
311
- * Return true if the vector0 and vector90 are of equal length and perpendicular.
312
- */
298
+ /** Return true if the vector0 and vector90 are of equal length and perpendicular. */
313
299
  circularRadiusXY(): number | undefined;
314
300
  /** If the arc is circular, return its radius. Otherwise return undefined */
315
301
  circularRadius(): number | undefined;
316
302
  /** Return the larger of the two defining vectors. */
317
303
  maxVectorLength(): number;
318
304
  /**
319
- * compute intersections with a plane.
305
+ * Compute intersections with a plane.
320
306
  * @param plane plane to intersect
321
307
  * @param result array of locations on the curve.
322
308
  */
@@ -334,9 +320,9 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
334
320
  */
335
321
  extendRangeInSweep(range: Range3d, sweep: AngleSweep, transform?: Transform): void;
336
322
  /**
337
- * Returns a (high accuracy) range of the curve between fractional positions
338
- * * Default implementation returns teh range of the curve from clonePartialCurve
339
- */
323
+ * Returns a (high accuracy) range of the curve between fractional positions
324
+ * * Default implementation returns teh range of the curve from clonePartialCurve
325
+ */
340
326
  rangeBetweenFractions(fraction0: number, fraction1: number, transform?: Transform): Range3d;
341
327
  /**
342
328
  * Set up a SineCosinePolynomial as the function c+u*cos(theta)+v*sin(theta) where
@@ -346,9 +332,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
346
332
  * @internal
347
333
  */
348
334
  getPlaneAltitudeSineCosinePolynomial(plane: PlaneAltitudeEvaluator, result?: SineCosinePolynomial): SineCosinePolynomial;
349
- /**
350
- * Create a new arc which is a unit circle centered at the origin.
351
- */
335
+ /** Create a new arc which is a unit circle centered at the origin. */
352
336
  static createUnitCircle(): Arc3d;
353
337
  /**
354
338
  * Create a new arc which is parallel to the xy plane, with given center and radius and optional angle sweep.
@@ -371,8 +355,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
371
355
  * @param vector90 vector from center to ellipse point at 90 degrees in parameter space
372
356
  */
373
357
  setVector0Vector90(vector0: Vector3d, vector90: Vector3d): void;
374
- /** Return the arc definition with rigid matrix form with axis radii.
375
- */
358
+ /** Return the arc definition with rigid matrix form with axis radii */
376
359
  toScaledMatrix3d(): {
377
360
  center: Point3d;
378
361
  axes: Matrix3d;
@@ -380,19 +363,16 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
380
363
  r90: number;
381
364
  sweep: AngleSweep;
382
365
  };
383
- /** Return the arc definition with center, two vectors, and angle sweep;
384
- */
366
+ /** Return the arc definition with center, two vectors, and angle sweep; */
385
367
  toVectors(): ArcVectors;
386
- /** Return the arc definition with center, two vectors, and angle sweep, optionally transformed.
387
- */
368
+ /** Return the arc definition with center, two vectors, and angle sweep, optionally transformed. */
388
369
  toTransformedVectors(transform?: Transform): {
389
370
  center: Point3d;
390
371
  vector0: Vector3d;
391
372
  vector90: Vector3d;
392
373
  sweep: AngleSweep;
393
374
  };
394
- /** Return the arc definition with center, two vectors, and angle sweep, transformed to 4d points.
395
- */
375
+ /** Return the arc definition with center, two vectors, and angle sweep, transformed to 4d points. */
396
376
  toTransformedPoint4d(matrix: Matrix4d): {
397
377
  center: Point4d;
398
378
  vector0: Point4d;
@@ -412,28 +392,29 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
412
392
  * @return {*} [center: [], vector0:[], vector90:[], sweep []}
413
393
  */
414
394
  toJSON(): any;
415
- /**
416
- * Test if this arc is almost equal to another GeometryQuery object
417
- */
395
+ /** Test if this arc is almost equal to another GeometryQuery object */
418
396
  isAlmostEqual(otherGeometry: GeometryQuery): boolean;
419
397
  /** Emit strokes to caller-supplied linestring */
420
398
  emitStrokes(dest: LineString3d, options?: StrokeOptions): void;
421
399
  /** Emit strokes to caller-supplied handler */
422
400
  emitStrokableParts(handler: IStrokeHandler, options?: StrokeOptions): void;
423
401
  /**
424
- * return the stroke count required for given options.
402
+ * Return the stroke count required for given options.
425
403
  * @param options StrokeOptions that determine count
426
404
  */
427
405
  computeStrokeCountForOptions(options?: StrokeOptions): number;
428
406
  /** Second step of double dispatch: call `handler.handleArc3d(this)` */
429
407
  dispatchToGeometryHandler(handler: GeometryHandler): any;
430
- /** Return (if possible) an arc which is a portion of this curve.
408
+ /**
409
+ * Return (if possible) an arc which is a portion of this curve.
431
410
  * @param fractionA [in] start fraction
432
411
  * @param fractionB [in] end fraction
433
412
  */
434
413
  clonePartialCurve(fractionA: number, fractionB: number): Arc3d;
435
- /** Return an arc whose basis vectors are rotated by given angle within the current basis space.
436
- * * the result arc will have its zero-degree point (new `vector0`) at the current `vector0 * cos(theta) + vector90 * sin(theta)`
414
+ /**
415
+ * Return an arc whose basis vectors are rotated by given angle within the current basis space.
416
+ * * the result arc will have its zero-degree point (new `vector0`) at the current
417
+ * `vector0 * cos(theta) + vector90 * sin(theta)`
437
418
  * * the result sweep is adjusted so all fractional coordinates (e.g. start and end) evaluate to the same xyz.
438
419
  * * Specifically, theta is subtracted from the original start and end angles.
439
420
  * @param theta the angle (in the input arc space) which is to become the 0-degree point in the new arc.
@@ -442,7 +423,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
442
423
  /**
443
424
  * Find intervals of this CurvePrimitive that are interior to a clipper
444
425
  * @param clipper clip structure (e.g.clip planes)
445
- * @param announce(optional) function to be called announcing fractional intervals" ` announce(fraction0, fraction1, curvePrimitive)`
426
+ * @param announce(optional) function to be called announcing fractional intervals"
427
+ * ` announce(fraction0, fraction1, curvePrimitive)`
446
428
  * @returns true if any "in" segments are announced.
447
429
  */
448
430
  announceClipIntervals(clipper: Clipper, announce?: AnnounceNumberNumberCurvePrimitive): boolean;
@@ -453,8 +435,10 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
453
435
  * * Return the arc along with the fractional positions of the tangency points.
454
436
  * * In the returned object:
455
437
  * * `arc` is the (bounded) arc
456
- * * `fraction10` is the tangency point's position as an interpolating fraction of the line segment from `point1` (backwards) to `point0`
457
- * * `fraction12` is the tangency point's position as an interpolating fraction of the line segment from `point1` (forward) to `point2`
438
+ * * `fraction10` is the tangency point's position as an interpolating fraction of the line segment from
439
+ * `point1` (backwards) to `point0`
440
+ * * `fraction12` is the tangency point's position as an interpolating fraction of the line segment from
441
+ * `point1` (forward) to `point2`
458
442
  * * `point` is the `point1` input.
459
443
  * * If unable to construct the arc:
460
444
  * * `point` is the `point1` input.
@@ -476,7 +460,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
476
460
  * @param offsetDistanceOrOptions offset distance (positive to left of the instance curve), or options object
477
461
  */
478
462
  constructOffsetXY(offsetDistanceOrOptions: number | OffsetOptions): CurvePrimitive | CurvePrimitive[] | undefined;
479
- /** Project instance geometry (via dispatch) onto the given ray, and return the extreme fractional parameters of projection.
463
+ /**
464
+ * Project instance geometry (via dispatch) onto the given ray, and return the extreme fractional parameters of projection.
480
465
  * @param ray ray onto which the instance is projected. A `Vector3d` is treated as a `Ray3d` with zero origin.
481
466
  * @param lowHigh optional receiver for output
482
467
  * @returns range of fractional projection parameters onto the ray, where 0.0 is start of the ray and 1.0 is the end of the ray.
@@ -490,11 +475,11 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
490
475
  export interface ArcBlendData {
491
476
  /** Constructed arc */
492
477
  arc?: Arc3d;
493
- /** fraction "moving backward" on the inbound curve */
478
+ /** Fraction "moving backward" on the inbound curve */
494
479
  fraction10: number;
495
- /** fraction "moving forward" on the outbound curve */
480
+ /** Fraction "moving forward" on the outbound curve */
496
481
  fraction12: number;
497
- /** optional reference point */
482
+ /** Optional reference point */
498
483
  point?: Point3d;
499
484
  }
500
485
  //# sourceMappingURL=Arc3d.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Arc3d.d.ts","sourceRoot":"","sources":["../../../src/curve/Arc3d.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Arc3d.d.ts","sourceRoot":"","sources":["../../../src/curve/Arc3d.ts"],"names":[],"mappings":"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"}