endPoint Method
Return the end point (last control point).
endPoint(result?: Point3d): Point3d
@returns the end point as a Point3d. If insufficiently many control points exist, returns (0,0,0).
| Parameter | Type | Description |
|---|---|---|
| result | Point3d |
Returns - Point3d
the end point as a Point3d. If insufficiently many control points exist, returns (0,0,0).
Defined in
- bspline/BezierCurveBase.ts Line 153
Last Updated: 06 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.