| 417 | //---------------------------------------------------------------------------- |
| 418 | |
| 419 | Point3F Convex::support(const VectorF&) const |
| 420 | { |
| 421 | return Point3F(0,0,0); |
| 422 | } |
| 423 | |
| 424 | void Convex::getFeatures(const MatrixF&,const VectorF&,ConvexFeature* f) |
| 425 | { |