Deprecated Methods |
org.ode4j.ode.OdeHelper.allocateODEDataForThread(int)
TZ I guess this can be removed? |
org.ode4j.ode.DHeightfieldData.buildByte(byte[], boolean, double, double, int, int, double, double, double, boolean)
Please use build(byte[], ...) instead. |
org.ode4j.ode.OdeHelper.createGeomTransform()
TZ: Please do not use DGeomTransform. |
org.ode4j.ode.OdeHelper.createGeomTransform(DSpace)
TZ: Please do not use DGeomTransform. |
org.ode4j.cpp.internal.ApiCppOdeInit.dAllocateODEDataForThread(int)
TZ I guess this can be removed? |
org.ode4j.ode.OdeMath.dCalcPointsDistance3(DVector3C, DVector3C)
|
org.ode4j.ode.OdeMath.dCROSS(DVector3, OdeMath.OP, DVector3C, DVector3C)
Use dCalcVetorCross3, dAddVectorCross3 or dSubtractVectorCross3. |
org.ode4j.ode.OdeMath.dCROSSMAT(DMatrix3, DVector3C, int, int, int)
|
org.ode4j.ode.OdeMath.dCROSSMAT(double[], int, DVector3C, int, int, int)
|
org.ode4j.ode.OdeMath.dDISTANCE(DVector3C, DVector3C)
|
org.ode4j.ode.OdeMath.dDOT(DVector3C, DVector3C)
|
org.ode4j.cpp.internal.ApiCppOdeInit.dInitODE()
Please use dInitOde2() instead. |
org.ode4j.ode.OdeMath.dMULTIPLY0_133(double[], int, double[], int, double[], int)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_133(DVector3, DVector3C, DMatrix3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_331(DMatrix3, DMatrix3C, DVector3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_331(double[], int, double[], int, double[], int)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_331(double[], int, double[], int, DVector3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_331(DVector3, DMatrix3C, double[], int)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_331(DVector3, DMatrix3C, DVector3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_333(DMatrix3, DMatrix3C, DMatrix3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY0_333(double[], int, DMatrix3C, DMatrix3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY1_331(DVector3, DMatrix3C, DVector3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY1_333(DMatrix3, DMatrix3C, DMatrix3C)
|
org.ode4j.ode.OdeMath.dMULTIPLY2_333(DMatrix3, DMatrix3C, DMatrix3C)
|
org.ode4j.ode.OdeMath.dMULTIPLYADD0_331(DVector3, double[], int, double[], int)
|
org.ode4j.ode.OdeMath.dMULTIPLYADD0_331(DVector3, double[], int, DVector3C)
|
org.ode4j.cpp.internal.ApiCppMathRotation.dQtoR(DQuaternion, DMatrix3)
|
org.ode4j.ode.DWorld.getAutoDisableAngularAverageThreshold()
Not implemented in ODE. |
org.ode4j.ode.DWorld.getAutoDisableLinearAverageThreshold()
Not implemented in ODE. |
org.ode4j.ode.DBody.getFirstGeom()
May be replaced by a more Java-like API. |
org.ode4j.ode.DBody.getNextGeom(DGeom)
May be replaced by a more Java-like API. |
org.ode4j.ode.DPlane2DJoint.getParam(DJoint.PARAM_N)
Do not use. |
org.ode4j.ode.OdeHelper.initODE()
Please use initOde2() instead. |
org.ode4j.ode.DWorld.setAutoDisableAngularAverageThreshold(double)
Not implemented in ODE. |
org.ode4j.ode.DWorld.setAutoDisableLinearAverageThreshold(double)
Not implemented in ODE. |
org.ode4j.ode.DPlane2DJoint.setParam(DJoint.PARAM_N, double)
Do not use. |
org.ode4j.ode.DPlane2DJoint.setXParam(DJoint.PARAM, double)
TZ Use above methods instead. |
org.ode4j.ode.DPlane2DJoint.setYParam(DJoint.PARAM, double)
TZ Use above methods instead. |
org.ode4j.ode.OdeHelper.worldExportDIF(DWorld, File, String)
TZ: Currently not implemented. |