Skip to content

Instantly share code, notes, and snippets.

View blewert's full-sized avatar
:electron:
back to electron!

Benjamin Williams blewert

:electron:
back to electron!
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;