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 |
Defined in
Last Updated: 08 January, 2020