Uses of Class
org.ode4j.math.DVector3View

Packages that use DVector3View
org.ode4j.math   
org.ode4j.ode Public API for ode4j. 
 

Uses of DVector3View in org.ode4j.math
 

Subclasses of DVector3View in org.ode4j.math
 class DMatrix3.DVector3ColView
           
 class DMatrix3.DVector3RowTView
           
 

Methods in org.ode4j.math with parameters of type DVector3View
 double DVector3.dot(DVector3View b)
          Return the 'dot' product of two vectors.
 double DVector3View.dot(DVector3View v2)
           
 double DVector3C.dot(DVector3View b)
           
 

Uses of DVector3View in org.ode4j.ode
 

Methods in org.ode4j.ode with parameters of type DVector3View
static void OdeMath.dCalcVectorCross3(DVector3View a, DVector3View b, DVector3View c)
           
static boolean OdeMath.dSafeNormalize3(DVector3View a)
          Normalize 3x1 vectors (i.e.