Skip to content

Instantly share code, notes, and snippets.

@KipJM
KipJM / IntersectionCheck.cs
Created April 28, 2023 14:59
A simple GJK mesh intersection checker for Unity
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using UnityEngine;
namespace Destruct.Core.Connectivity
{
class Simplex