A B C D E F G H I L M N O P Q R S T U V W Z

E

empty() - Method in interface org.ode4j.ode.DJointGroup
Empty a joint group.
enable() - Method in interface org.ode4j.ode.DBody
Manually enable a body.
enable() - Method in interface org.ode4j.ode.DGeom
Enable a geom.
enable() - Method in interface org.ode4j.ode.DJoint
Manually enable a joint.
enableTC(Class<? extends DGeom>, boolean) - Method in interface org.ode4j.ode.DTriMesh
Enable/disable temporal coherence.
eqAbs() - Method in class org.ode4j.math.DVector3
 
eqCross(DVector3C, DVector3C) - Method in class org.ode4j.math.DVector3
Set this vector = b x c.
eqDiff(DVector3C, DVector3C) - Method in class org.ode4j.math.DVector3
Sets the current vector v0 = v2 - v3.
eqIdentity() - Method in class org.ode4j.math.DMatrix3
 
eqIdentity() - Method in class org.ode4j.math.DVector3
 
eqMul(DMatrix3C, DMatrix3C) - Method in class org.ode4j.math.DMatrix3
 
eqProd(DMatrix3C, DVector3C) - Method in class org.ode4j.math.DVector3
Calculates the ordinary matrix product for a 3x3 Matrix and a 3-Vector.
eqSum(DVector3C, DVector3C) - Method in class org.ode4j.math.DVector3
Sets current vector = v2 + v3.
eqSum(DVector3C, double, DVector3C, double) - Method in class org.ode4j.math.DVector3
Convenience function that performs: this = v2*s2 + v3*s3
eqSum(DMatrix3.DVector3ColView, double, DVector3C, double) - Method in class org.ode4j.math.DVector3
Convenience function that performs: this = v2*s2 + v3*s3
eqSum(DMatrix3.DVector3ColView, double, DMatrix3.DVector3ColView, double) - Method in class org.ode4j.math.DVector3
Convenience function that performs: this = v2*s2 + v3*s3
eqSum(DVector3C, DVector3C, double) - Method in class org.ode4j.math.DVector3
Convenience function that performs: this = v2 + v3*s3
eqSum(DVector3C, DMatrix3.DVector3ColView, double) - Method in class org.ode4j.math.DVector3
Convenience function that performs: this = v2 + v3*s3
eqTranspose() - Method in class org.ode4j.math.DMatrix3
Transpose this matrix.
equals(Object) - Method in class org.ode4j.math.DMatrix3
Compares two objects for equality.
equals(DQuaternion) - Method in class org.ode4j.math.DQuaternion
 
equals(Object) - Method in class org.ode4j.math.DQuaternion
 
equals(Object) - Method in class org.ode4j.math.DVector3
Any implementation of DVector3I will return true if get0(), get1() and get2() return the same values.
equals(Object) - Method in class org.ode4j.math.DVector3View
 
equals(DVector6) - Method in class org.ode4j.math.DVector6
 
eqZero() - Method in class org.ode4j.math.DMatrix3
 
eqZero() - Method in class org.ode4j.math.DVector3
 
expand(DVector3C) - Method in class org.ode4j.ode.DAABB
Expand this AABB to include the given point.
expand(DAABBC) - Method in class org.ode4j.ode.DAABB
Expand this AABB to include the given AABB.

A B C D E F G H I L M N O P Q R S T U V W Z