radiansArrayToPositivePeriodicFractions Method

Return the fractionalized position of the given array of angles (as radian), computed with consideration of 2PI period.

  • fraction is always positive
  • the start angle is at fraction 0
  • the end angle is at fraction 1
  • interior angles are between 0 and 1
  • all exterior angles are at fractions greater than 1
  • allows period shift

radiansArrayToPositivePeriodicFractions(data: GrowableFloat64Array): void

Parameter Type Description
data GrowableFloat64Array  

Returns - void

Defined in

Last Updated: 17 May, 2024