OpenGJK for C, C# and Matlab: Reliable solutions to distance queries between convex bodies in three-dimensional space

Implementing a reliable algorithm for computing the distance between convex bodies is an involved and time-consuming task. Common applications of these algorithms include robot path planning, image rendering and collision detection. However, each application has strict requirements in terms of eithe...

詳細記述

書誌詳細
主要な著者: Montanari, M, Petrinic, N
フォーマット: Journal article
言語:English
出版事項: Elsevier 2018
その他の書誌記述
要約:Implementing a reliable algorithm for computing the distance between convex bodies is an involved and time-consuming task. Common applications of these algorithms include robot path planning, image rendering and collision detection. However, each application has strict requirements in terms of either accuracy or speed, making the implementation less portable and more difficult. This paper introduces openGJK, a library for solving distance queries between convex bodies that are simply described by lists of points. OpenGJK features the fastest and most accurate version of the Gilbert–Johnson–Keerthi (GJK) algorithm published to date, is written in C, cross-platform and comes with interfaces for C# and Matlab.