Skip to content

Instantly share code, notes, and snippets.

View bmad4ever's full-sized avatar

bmad4ever

  • 12:24 (UTC +01:00)
View GitHub Profile
@blewert
blewert / ConvexHull.cs
Last active December 17, 2022 15:56
A Unity C# implementation of the Gift Wrapping algorithm
/**
* @file ConvexHull.cs
* @author Benjamin Williams <bwilliams@lincoln.ac.uk>
*/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Linq;