Uses of Class
org.ode4j.math.DVector4

Packages that use DVector4
org.ode4j.cpp USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.cpp.internal USE NOT RECOMMENDED, SEE NOTE BELOW The classes in this package provide an API that is similar to the original C/C++ API. 
org.ode4j.math   
org.ode4j.ode Public API for ode4j. 
 

Uses of DVector4 in org.ode4j.cpp
 

Methods in org.ode4j.cpp with parameters of type DVector4
static void OdeCppMath.dNormalize4(DVector4 a)
          Potentially asserts on zero vec.
static boolean OdeCppMath.dSafeNormalize4(DVector4 a)
           
 

Uses of DVector4 in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal with parameters of type DVector4
static void ApiCppCollision.dGeomPlaneGetParams(DPlane plane, DVector4 result)
           
 

Uses of DVector4 in org.ode4j.math
 

Methods in org.ode4j.math that return DVector4
 DVector4 DVector4.scale(double d)
           
 

Constructors in org.ode4j.math with parameters of type DVector4
DVector4(DVector4 v4)
           
 

Uses of DVector4 in org.ode4j.ode
 

Methods in org.ode4j.ode with parameters of type DVector4
static void OdeMath.dNormalize4(DVector4 a)
          Potentially asserts on zero vec.
static boolean OdeMath.dSafeNormalize4(DVector4 a)