FrustumIntersection.testLineSegment

Test whether the given line segment, defined by the end points <code>a</code> and <code>b</code>, is partly or completely within the frustum defined by <code>this</code> frustum culler.

@param a the line segment's first end point @param b the line segment's second end point @return <code>true</code> if the given line segment is partly or completely inside the frustum; <code>false</code> otherwise

  1. bool testLineSegment(Vector3d a, Vector3d b)
    struct FrustumIntersection
    bool
    testLineSegment
  2. bool testLineSegment(float aX, float aY, float aZ, float bX, float bY, float bZ)

Meta