createNormalized MethodStatic
Create a normalized vector from the inputs.
createNormalized(x: number0, y: number0, z: number0, result?: Vector3d): undefined | Vector3d
@returns undefined if and only if normalization fails
| Parameter | Type | Description | 
|---|---|---|
| x | number | |
| y | number | |
| z | number | |
| result | Vector3d | optional result | 
Returns - undefined | Vector3d
undefined if and only if normalization fails
Defined in
- geometry3d/Point3dVector3d.ts Line 974
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.