Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AllAtomInterpolator

Hierarchy

Index

Methods

getColor

  • getColor(iterator: AtomIterator, colFn: (...arg: any[]) => void, col: any, offset: number, isCyclic: boolean): void

getNormal

  • getNormal(size: number, tan: Float32Array, norm: Float32Array, bin: Float32Array, offset: number, isCyclic: boolean): void
  • Interpolates normal vectors provided by the iterator argument

    Parameters

    • size: number
    • tan: Float32Array
    • norm: Float32Array
    • bin: Float32Array
    • offset: number

      offset in the results array

    • isCyclic: boolean

      should the interpolation be cyclic (work with cyclic data)

    Returns void

Optional getNormalDir

  • getNormalDir(iterDir1: AtomIterator, iterDir2: AtomIterator, tan: Float32Array, norm: Float32Array, bin: Float32Array, offset: number, isCyclic: boolean, shift: boolean): void

getPicking

  • getPicking(iterator: AtomIterator, pickFn: (item: AtomProxy) => number, pick: Float32Array, offset: number, isCyclic: boolean): void

getPosition

  • getPosition(iterator: AtomIterator, array: Float32Array, offset: number, isCyclic: boolean): void
  • Interpolates position points provided by the iterator argument

    Parameters

    • iterator: AtomIterator

      iterator iterating over the values

    • array: Float32Array

      array where to save the results

    • offset: number

      offset in the results array

    • isCyclic: boolean

      should the interpolation be cyclic (work with cyclic data)

    Returns void

getSize

  • getSize(iterator: AtomIterator, sizeFn: (item: AtomProxy) => number, size: Float32Array, offset: number, isCyclic: boolean): void

getTangent

  • getTangent(iterator: AtomIterator, array: Float32Array, offset: number, isCyclic: boolean): void
  • Interpolates tangent vectors provided by the iterator argument

    Parameters

    • iterator: AtomIterator

      iterator iterating over the values

    • array: Float32Array

      array where to save the results

    • offset: number

      offset in the results array

    • isCyclic: boolean

      should the interpolation be cyclic (work with cyclic data)

    Returns void

Generated using TypeDoc