createNormalized MethodStatic
Create a normalized vector from the inputs.
createNormalized(x: number = 0, y: number = 0, z: number = 0, 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: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.