org.ode4j.ode
Class OdeConfig

java.lang.Object
  extended by org.ode4j.ode.OdeConfig

public class OdeConfig
extends java.lang.Object

OdeConfig class.

Author:
Tilmann Zaeschke

Nested Class Summary
static class OdeConfig.TRIMESH
           
 
Field Summary
static OdeConfig.TRIMESH dTRIMESH_TYPE
          Do not use directly.
 
Constructor Summary
OdeConfig()
           
 
Method Summary
static boolean isDoublePrecision()
           
static boolean isTrimeshEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dTRIMESH_TYPE

public static final OdeConfig.TRIMESH dTRIMESH_TYPE
Do not use directly. TZ: For now the only option: DISABLED.

Constructor Detail

OdeConfig

public OdeConfig()
Method Detail

isDoublePrecision

public static boolean isDoublePrecision()
Returns:
Whether double precision is used.

isTrimeshEnabled

public static boolean isTrimeshEnabled()
Returns:
Whether any TRIMESH is enabled.