evaluateBuffersInSpan Method

  • Evaluate the basis functions at spanIndex and fraction.
    • Evaluations are stored in the preallocated this.basisBuffer
  • Immediately do the summations of the basis values times the respective control points
    • Summations are stored in the preallocated this.poleBuffer

evaluateBuffersInSpan(spanIndex: number, spanFraction: number): void

Parameter Type Description
spanIndex number  
spanFraction number  

Defined in

Last Updated: 08 January, 2020