createNormalizedStartEnd MethodStatic
Create a normalized vector from startPoint to endPoint
createNormalizedStartEnd(startPoint: XYAndZ, endPoint: XYAndZ, result?: Vector3d): Vector3d | undefined
@returns undefined if and only if normalization fails.
| Parameter | Type | Description |
|---|---|---|
| startPoint | XYAndZ | start point of vector |
| endPoint | XYAndZ | end point of vector |
| result | Vector3d | optional result |
Returns - Vector3d | undefined
undefined if and only if normalization fails.
Defined in
- geometry3d/Point3dVector3d.ts Line 990
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.