All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.physics.CollisionShapeWithLink Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset.physics;

import us.ihmc.euclid.transform.RigidBodyTransform;
import us.ihmc.simulationconstructionset.Link;

public interface CollisionShapeWithLink extends CollisionShape
{
   /**
    * The {@link Link} which this shape is attached to.
    */
   public abstract Link getLink();

   /**
    * Transform from shape to link coordinates.
    */
   public abstract void getShapeToLink(RigidBodyTransform shapeToLinkToPack);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy