Class Contact


  • public class Contact
    extends java.lang.Object
    • Constructor Detail

      • Contact

        public Contact​(long cPtr,
                       boolean cMemoryOwn)
      • Contact

        public Contact()
    • Method Detail

      • getCPtr

        public static long getCPtr​(Contact obj)
      • delete

        public void delete()
      • getFrameA

        public Frame getFrameA()
      • getFrameB

        public Frame getFrameB()
      • 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)