Plane.intersectsLine

Calculate the intersection between this plane and a line If the plane and the line are parallel, false is returned

  1. bool intersectsLine(Vector3f p0, Vector3f p1, float t)
    struct Plane
    bool
    intersectsLine
    (,,
    ref float t
    )
  2. bool intersectsLine(Vector3f p0, Vector3f p1, Vector3f ip)

Meta