|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTriMesh | |
---|---|
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 DTriMesh in org.ode4j.cpp.internal |
---|
Methods in org.ode4j.cpp.internal that return DTriMesh | |
---|---|
static DTriMesh |
ApiCppCollisionTrimesh.dCreateTriMesh(DSpace space,
DTriMeshData Data,
DTriMesh.DTriCallback Callback,
DTriMesh.DTriArrayCallback ArrayCallback,
DTriMesh.DTriRayCallback RayCallback)
Trimesh class Construction. |
Methods in org.ode4j.cpp.internal with parameters of type DTriMesh | |
---|---|
static void |
ApiCppCollisionTrimesh.dGeomTriMeshSetLastTransform(DTriMesh g,
org.cpp4j.java.DoubleArray last_trans)
|
static void |
ApiCppMass.dMassSetTrimesh(DMass m,
double density,
DTriMesh g)
|
static void |
ApiCppMass.dMassSetTrimeshTotal(DMass m,
double total_mass,
DTriMesh g)
|
Uses of DTriMesh in org.ode4j.ode |
---|
Methods in org.ode4j.ode that return DTriMesh | |
---|---|
static DTriMesh |
OdeHelper.createTriMesh(DSpace space,
DTriMeshData Data,
DTriMesh.DTriCallback Callback,
DTriMesh.DTriArrayCallback ArrayCallback,
DTriMesh.DTriRayCallback RayCallback)
Trimesh class Construction. |
Methods in org.ode4j.ode with parameters of type DTriMesh | |
---|---|
void |
DTriMesh.clearTCCache(DTriMesh g)
Clears the internal temporal coherence caches. |
void |
DMass.setTrimesh(double density,
DTriMesh geom)
|
void |
DMass.setTrimeshTotal(double total,
DTriMesh geom)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |