Home | History | Annotate | Download | only in joints

Lines Matching defs:rotA

55     protected Matrix3f rotA, rotB;
70 this.rotA = new Matrix3f();
79 public ConeJoint(PhysicsRigidBody nodeA, PhysicsRigidBody nodeB, Vector3f pivotA, Vector3f pivotB, Matrix3f rotA, Matrix3f rotB) {
81 this.rotA = rotA;
102 capsule.write(rotA, "rotA", new Matrix3f());
115 this.rotA = (Matrix3f) capsule.readSavable("rotA", new Matrix3f());
126 Transform transA = new Transform(Converter.convert(rotA));
128 Converter.convert(rotA, transA.basis);