normalizeWeight Method
If this.w is nonzero, return a 4d point (x/w,y/w,z/w, 1)
If this.w is zero, return undefined.
normalizeWeight(result?: Point4d): Point4d | undefined
| Parameter | Type | Description |
|---|---|---|
| result | Point4d | optional result |
Returns - Point4d | undefined
Defined in
- geometry4d/Point4d.ts Line 423
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.