|
geomc 1.0
A c++ linear algebra template library
|
Public Member Functions | |
| operator bool () const | |
| void | update (T d2, Vec< T, N > point, const SimplexFace< T, N > &face, bool new_backfacing) |
Public Attributes | |
| bool | backfacing = false |
| bool | contains = false |
| T | distance2 = std::numeric_limits<T>::max() |
| bool | exists = false |
| SimplexFace< T, N > | face |
| bool | is_degenerate = false |
| Vec< T, N > | projected_point |