graphite ~master (2015-10-08T12:57:16Z)
Home
Dub
Repo
dMass
deimos
ode
mass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow
struct
dMass {
dReal
mass
;
dVector3
c
;
dMatrix3
I
;
}
Members
Variables
I
dMatrix3
I
;
Undocumented in source.
c
dVector3
c
;
Undocumented in source.
mass
dReal
mass
;
Undocumented in source.
Meta
Source
See Implementation
deimos
ode
mass
functions
dMassAdd
dMassAdjust
dMassCheck
dMassRotate
dMassSetBox
dMassSetBoxTotal
dMassSetCapsule
dMassSetCapsuleTotal
dMassSetCylinder
dMassSetCylinderTotal
dMassSetParameters
dMassSetSphere
dMassSetSphereTotal
dMassSetTrimesh
dMassSetTrimeshTotal
dMassSetZero
dMassTranslate
structs
dMass