Function findClosestParameterizedLinePosition

  • Returns the value of t that minimizes (p - (a + t * (b - a))).

    Parameters

    • a: Float32Array
    • b: Float32Array
    • p: Float32Array

    Returns number

Generated using TypeDoc