The document presents a new hybrid method for computing convex hulls that combines elements from two existing algorithms: quick hull and Graham's scan. This technique aims to improve speed and efficiency by eliminating unnecessary calculations in larger datasets, demonstrating faster processing times compared to both traditional methods. The proposed approach shows significant performance enhancements in time efficiency, making it more suitable for applications in fields like medical simulations and image processing.