intersectionSegment method

num intersectionSegment(
  1. Vector3 sega,
  2. Vector3 segb,
  3. num threshold
)

Implementation

external num intersectionSegment(Vector3 sega, Vector3 segb, num threshold);