/**
  * Set the corner @a idx by @a c.
  */
 void ForcePlatform::SetCorner(int idx, const Corner& c)
 {
   this->SetCorner(idx,c.x(),c.y(),c.z());
 };