Function createFp
- create
Fp (k, M, routes, diffTypesPtrOffset, ptr, slide?, down?): FarthestPoint Parameters
- k: number
The current index.
- M: number
The length of the first array.
- routes: Uint32Array
The routes array.
- diffTypesPtrOffset: number
The offset of the diff types in the routes array.
- ptr: number
The current pointer.
Optionalslide: FarthestPointThe slide
FarthestPoint.Optionaldown: FarthestPointThe down
FarthestPoint.
Returns FarthestPoint
- k: number
Creates a
FarthestPoint.