org.ode4j.ode
Interface DMassC

All Known Subinterfaces:
DMass

public interface DMassC

Read-only version of DMass.

Author:
Tilmann Zaeschke

Method Summary
 boolean check()
           
 DVector3C getC()
           
 DMatrix3C getI()
           
 double getMass()
           
 

Method Detail

getMass

double getMass()

getC

DVector3C getC()

getI

DMatrix3C getI()

check

boolean check()