Home | History | Annotate | Download | only in objects

Lines Matching refs:Converter

39 import com.jme3.bullet.util.Converter;
66 protected Transform tempTrans = new Transform(Converter.convert(new Matrix3f()));
109 Converter.convert(location, tempTrans.origin);
119 Converter.convert(rotation, tempTrans.basis);
129 Converter.convert(rotation, tempTrans.basis);
148 Converter.convert(tempTrans.origin, physicsLocation.getTranslation());
160 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
172 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
181 Converter.convert(tempTrans.origin, physicsLocation.getTranslation());
190 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());
196 Converter.convert(tempTrans.getRotation(tempRot), physicsLocation.getRotation());