signFactor Method
Return a scale factor to make these sums match the target orientation sign.
- 1.0 if this.quantitySumhas the same sign astargetSign.
- -1.0 if this.quantitySumhas the opposite sign fromtargetSign
signFactor(targetSign: number): number
| Parameter | Type | Description | 
|---|---|---|
| targetSign | number | 
Returns - number
Defined in
- geometry4d/MomentData.ts Line 60
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.