accumulateTriangleMomentsXY Method

compute moments of a triangle from the origin to the given line. Accumulate them to this.sums.

  • If pointA is undefined, use this.origin as pointA.
  • If this.needOrigin is set, pointB is used

accumulateTriangleMomentsXY(pointA: undefined | Readonly<WritableXAndY>, pointB: Readonly<WritableXAndY>, pointC: Readonly<WritableXAndY>): void

Parameter Type Description
pointA undefined | Readonly<WritableXAndY>  
pointB Readonly<WritableXAndY>  
pointC Readonly<WritableXAndY>  

Returns - void

Defined in

Last Updated: 11 June, 2024