computeChainDetail Method
Compute the global chain detail corresponding to a local child detail.
computeChainDetail(childDetail: CurveLocationDetail): undefined | CurveLocationDetail
@returns newly allocated global (chain) detail with childDetail
field pointing to the input, and a
field copied from the input
Parameter | Type | Description |
---|---|---|
childDetail | CurveLocationDetail | the local (fragment) detail, captured. |
Returns - undefined | CurveLocationDetail
newly allocated global (chain) detail with childDetail
field pointing to the input, and a
field copied from the input
Defined in
- curve/CurveChainWithDistanceIndex.ts Line 808
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.