• Checks if s consists of rank numbers separated by whitespace or commas, with optional parentheses or brackets before and after.

    Returns

    The parsed vector, or undefined if parsing failed.

    Parameters

    • s: string

      The string to parse.

    • rank: number

      Specifies how many numbers are expected.

    Returns Float32Array | undefined

Generated using TypeDoc