Uses of Interface
org.ode4j.math.DVector4C

Packages that use DVector4C
org.ode4j.math   
 

Uses of DVector4C in org.ode4j.math
 

Classes in org.ode4j.math that implement DVector4C
 class DVector4
           
 

Methods in org.ode4j.math with parameters of type DVector4C
 double DVector4C.dot(DVector4C b)
           
 double DVector4.dot(DVector4C b)
          Return the 'dot' product of two vectors.