FrustumIntersection.testPoint

Test whether the given point is within the frustum defined by <code>this</code> frustum culler.

@param point the point to test @return <code>true</code> if the given point is inside the frustum; <code>false</code> otherwise

  1. bool testPoint(Vector3d point)
    struct FrustumIntersection
    public
    bool
    testPoint
  2. bool testPoint(double x, double y, double z)

Meta