getAngleAlongPath method

num getAngleAlongPath(
  1. num fraction
)

Returns the slope expressed as an angle at the fractional distance (0-1) along this Geometry's path, in local coordinates. @param {number} fraction A fractional amount between 0 and 1, inclusive. @return {number} @since 2.1

Implementation

_i2.num getAngleAlongPath(_i2.num fraction) => _i4.callMethod(
      this,
      'getAngleAlongPath',
      [fraction],
    );