Class Jacobian

java.lang.Object
org.jbox2d.dynamics.joints.Jacobian

public class Jacobian extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    float
     
    final Vec2
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • linearA

      public final Vec2 linearA
    • angularA

      public float angularA
    • angularB

      public float angularB
  • Constructor Details

    • Jacobian

      public Jacobian()