coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::details::GJK::SimplexV Struct Reference

#include <coal/narrowphase/gjk.h>

Public Attributes

Vec3ps w0
 support vector for shape 0 and 1. More...
 
Vec3ps w1
 
Vec3ps w
 support vector (i.e., the furthest point on the shape along the support direction) More...
 

Member Data Documentation

◆ w

Vec3ps coal::details::GJK::SimplexV::w

support vector (i.e., the furthest point on the shape along the support direction)

◆ w0

Vec3ps coal::details::GJK::SimplexV::w0

support vector for shape 0 and 1.

◆ w1

Vec3ps coal::details::GJK::SimplexV::w1

The documentation for this struct was generated from the following file: