Uses of Interface
org.ode4j.ode.DMassC

Packages that use DMassC
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.ode Public API for ode4j. 
 

Uses of DMassC in org.ode4j.cpp.internal
 

Methods in org.ode4j.cpp.internal with parameters of type DMassC
static void ApiCppBody.dBodySetMass(DBody b, DMassC mass)
           
static void ApiCppMass.dMassAdd(DMass m, DMassC b)
           
static boolean ApiCppMass.dMassCheck(DMassC m)
          Check if a mass structure has valid value.
 

Uses of DMassC in org.ode4j.ode
 

Subinterfaces of DMassC in org.ode4j.ode
 interface DMass
           
 

Methods in org.ode4j.ode that return DMassC
 DMassC DBody.getMass()
          Get the mass of a body.
 

Methods in org.ode4j.ode with parameters of type DMassC
 void DMass.add(DMassC b)
           
 void DBody.setMass(DMassC mass)
          Set the mass of a body.