createCircularStartTangentEnd MethodStatic
Create a circular arc defined by start point, tangent at start point, and end point.
- The circular arc is swept from
starttoendin the direction oftangentAtStart. - If
tangentAtStartis parallel to the line segment fromstarttoend, return the line segment.
createCircularStartTangentEnd(start: Point3d, tangentAtStart: Vector3d, end: Point3d, result?: Arc3d): LineSegment3d | Arc3d
| Parameter | Type | Description |
|---|---|---|
| start | Point3d | |
| tangentAtStart | Vector3d | |
| end | Point3d | |
| result | Arc3d |
Returns - LineSegment3d | Arc3d
Defined in
- curve/Arc3d.ts Line 468
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.