setStartEnd Method
Set (replace) xyz components so they are a vector from point0 to point1
setStartEnd(point0: Readonly<WritableXYAndZ>, point1: Readonly<WritableXYAndZ>): void
| Parameter | Type | Description | 
|---|---|---|
| point0 | Readonly<WritableXYAndZ> | start point of computed vector. | 
| point1 | Readonly<WritableXYAndZ> | end point of computed vector. | 
Returns - void
Defined in
- geometry3d/Point3dVector3d.ts Line 906
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.