Package org.robwork.sdurwsim
Class Contact
- java.lang.Object
-
- org.robwork.sdurwsim.Contact
-
public class Contact extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Transform3DaTb()voiddelete()static longgetCPtr(Contact obj)doublegetDepth()FramegetFrameA()FramegetFrameB()Vector3DgetNormal()Vector3DgetPointA()Vector3DgetPointB()voidsetDepth()voidsetDepth(double depth)voidsetFrameA(Frame Aframe)voidsetFrameB(Frame Bframe)voidsetNormal(Vector3D normal)voidsetPointA(Vector3D pointA)voidsetPointB(Vector3D pointB)voidsetPoints(Vector3D pointA, Vector3D pointB)voidsetTransform(Transform3D aTb)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Contact obj)
-
delete
public void delete()
-
getFrameA
public Frame getFrameA()
-
getFrameB
public Frame getFrameB()
-
aTb
public Transform3D aTb()
-
getPointA
public Vector3D getPointA()
-
getPointB
public Vector3D getPointB()
-
getNormal
public Vector3D getNormal()
-
getDepth
public double getDepth()
-
setFrameA
public void setFrameA(Frame Aframe)
-
setFrameB
public void setFrameB(Frame Bframe)
-
setTransform
public void setTransform(Transform3D aTb)
-
setPointA
public void setPointA(Vector3D pointA)
-
setPointB
public void setPointB(Vector3D pointB)
-
setNormal
public void setNormal(Vector3D normal)
-
setDepth
public void setDepth()
-
setDepth
public void setDepth(double depth)
-
-