Skip to content
/ MathGeoLib Public

A C++ library for linear algebra and geometry manipulation for computer graphics.

Notifications You must be signed in to change notification settings

juj/MathGeoLib

Repository files navigation

MathGeoLib

A C++ library for linear algebra and geometry manipulation for computer graphics.

This repository contains an implementation of my 2015 paper "An Exact Algorithm for Finding Minimum Oriented Bounding Boxes". See http:https://clb.confined.space/minobb/minobb.html for the full text, and http:https://clb.confined.space/minobb/test/ModelView.html for a live test build.

juj