bindbc.newton.binddynamic

Undocumented in source.

Members

Aliases

da_NewtonAlloc
alias da_NewtonAlloc = void* function(int sizeInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonAtomicAdd
alias da_NewtonAtomicAdd = int function(const int* ptr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonAtomicSwap
alias da_NewtonAtomicSwap = int function(const int* ptr, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBallGetJointAngle
alias da_NewtonBallGetJointAngle = void function(const NewtonJoint* ball, dFloat* angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBallGetJointForce
alias da_NewtonBallGetJointForce = void function(const NewtonJoint* ball, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBallGetJointOmega
alias da_NewtonBallGetJointOmega = void function(const NewtonJoint* ball, dFloat* omega)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBallSetConeLimits
alias da_NewtonBallSetConeLimits = void function(const NewtonJoint* ball, const(dFloat)* pin, dFloat maxConeAngle, dFloat maxTwistAngle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBallSetUserCallback
alias da_NewtonBallSetUserCallback = void function(const NewtonJoint* ball, NewtonBallCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyAddForce
alias da_NewtonBodyAddForce = void function(const NewtonBody* body_, const dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyAddImpulse
alias da_NewtonBodyAddImpulse = void function(const NewtonBody* body_, const dFloat* pointDeltaVeloc, const dFloat* pointPosit, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyAddTorque
alias da_NewtonBodyAddTorque = void function(const NewtonBody* body_, const dFloat* torque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyApplyImpulseArray
alias da_NewtonBodyApplyImpulseArray = void function(const NewtonBody* body_, int impuleCount, int strideInByte, const dFloat* impulseArray, const dFloat* pointArray, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyApplyImpulsePair
alias da_NewtonBodyApplyImpulsePair = void function(const NewtonBody* body_, dFloat* linearImpulse, dFloat* angularImpulse, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyCalculateInverseDynamicsForce
alias da_NewtonBodyCalculateInverseDynamicsForce = void function(const NewtonBody* body_, dFloat timestep, const dFloat* desiredVeloc, dFloat* forceOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyFindContact
alias da_NewtonBodyFindContact = NewtonJoint* function(const NewtonBody* body0, const NewtonBody* body1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetAABB
alias da_NewtonBodyGetAABB = void function(const NewtonBody* body_, dFloat* p0, dFloat* p1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetAcceleration
alias da_NewtonBodyGetAcceleration = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetAlpha
alias da_NewtonBodyGetAlpha = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetAngularDamping
alias da_NewtonBodyGetAngularDamping = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetAutoSleep
alias da_NewtonBodyGetAutoSleep = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetCentreOfMass
alias da_NewtonBodyGetCentreOfMass = void function(const NewtonBody* body_, dFloat* com)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetCollidable
alias da_NewtonBodyGetCollidable = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetCollision
alias da_NewtonBodyGetCollision = NewtonCollision* function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetContinuousCollisionMode
alias da_NewtonBodyGetContinuousCollisionMode = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetDestructorCallback
alias da_NewtonBodyGetDestructorCallback = NewtonBodyDestructor function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetFirstContactJoint
alias da_NewtonBodyGetFirstContactJoint = NewtonJoint* function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetFirstJoint
alias da_NewtonBodyGetFirstJoint = NewtonJoint* function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetForce
alias da_NewtonBodyGetForce = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetForceAndTorqueCallback
alias da_NewtonBodyGetForceAndTorqueCallback = NewtonApplyForceAndTorque function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetFreezeState
alias da_NewtonBodyGetFreezeState = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetID
alias da_NewtonBodyGetID = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetInertiaMatrix
alias da_NewtonBodyGetInertiaMatrix = void function(const NewtonBody* body_, dFloat* inertiaMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetInvInertiaMatrix
alias da_NewtonBodyGetInvInertiaMatrix = void function(const NewtonBody* body_, dFloat* invInertiaMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetInvMass
alias da_NewtonBodyGetInvMass = void function(const NewtonBody* body_, dFloat* invMass, dFloat* invIxx, dFloat* invIyy, dFloat* invIzz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetJointRecursiveCollision
alias da_NewtonBodyGetJointRecursiveCollision = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetLinearDamping
alias da_NewtonBodyGetLinearDamping = dFloat function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetMass
alias da_NewtonBodyGetMass = void function(const NewtonBody* body_, dFloat* mass, dFloat* Ixx, dFloat* Iyy, dFloat* Izz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetMaterialGroupID
alias da_NewtonBodyGetMaterialGroupID = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetMatrix
alias da_NewtonBodyGetMatrix = void function(const NewtonBody* body_, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetNextContactJoint
alias da_NewtonBodyGetNextContactJoint = NewtonJoint* function(const NewtonBody* body_, const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetNextJoint
alias da_NewtonBodyGetNextJoint = NewtonJoint* function(const NewtonBody* body_, const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetOmega
alias da_NewtonBodyGetOmega = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetPointVelocity
alias da_NewtonBodyGetPointVelocity = void function(const NewtonBody* body_, const dFloat* point, dFloat* velocOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetPosition
alias da_NewtonBodyGetPosition = void function(const NewtonBody* body_, dFloat* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetRotation
alias da_NewtonBodyGetRotation = void function(const NewtonBody* body_, dFloat* rotation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetSerializedID
alias da_NewtonBodyGetSerializedID = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetSimulationState
alias da_NewtonBodyGetSimulationState = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetSleepState
alias da_NewtonBodyGetSleepState = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetTorque
alias da_NewtonBodyGetTorque = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetTransformCallback
alias da_NewtonBodyGetTransformCallback = NewtonSetTransform function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetType
alias da_NewtonBodyGetType = int function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetUserData
alias da_NewtonBodyGetUserData = void* function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetVelocity
alias da_NewtonBodyGetVelocity = void function(const NewtonBody* body_, dFloat* vector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyGetWorld
alias da_NewtonBodyGetWorld = NewtonWorld* function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodyIntegrateVelocity
alias da_NewtonBodyIntegrateVelocity = void function(const NewtonBody* body_, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetAngularDamping
alias da_NewtonBodySetAngularDamping = void function(const NewtonBody* body_, const dFloat* angularDamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetAutoSleep
alias da_NewtonBodySetAutoSleep = void function(const NewtonBody* body_, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetCentreOfMass
alias da_NewtonBodySetCentreOfMass = void function(const NewtonBody* body_, const dFloat* com)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetCollidable
alias da_NewtonBodySetCollidable = void function(const NewtonBody* body_, int collidableState)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetCollision
alias da_NewtonBodySetCollision = void function(const NewtonBody* body_, const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetCollisionScale
alias da_NewtonBodySetCollisionScale = void function(const NewtonBody* body_, dFloat scaleX, dFloat scaleY, dFloat scaleZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetContinuousCollisionMode
alias da_NewtonBodySetContinuousCollisionMode = void function(const NewtonBody* body_, uint state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetDestructorCallback
alias da_NewtonBodySetDestructorCallback = void function(const NewtonBody* body_, NewtonBodyDestructor callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetForce
alias da_NewtonBodySetForce = void function(const NewtonBody* body_, const dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetForceAndTorqueCallback
alias da_NewtonBodySetForceAndTorqueCallback = void function(const NewtonBody* body_, NewtonApplyForceAndTorque callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetFreezeState
alias da_NewtonBodySetFreezeState = void function(const NewtonBody* body_, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetFullMassMatrix
alias da_NewtonBodySetFullMassMatrix = void function(const NewtonBody* body_, dFloat mass, const dFloat* inertiaMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetJointRecursiveCollision
alias da_NewtonBodySetJointRecursiveCollision = void function(const NewtonBody* body_, uint state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetLinearDamping
alias da_NewtonBodySetLinearDamping = void function(const NewtonBody* body_, dFloat linearDamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMassMatrix
alias da_NewtonBodySetMassMatrix = void function(const NewtonBody* body_, dFloat mass, dFloat Ixx, dFloat Iyy, dFloat Izz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMassProperties
alias da_NewtonBodySetMassProperties = void function(const NewtonBody* body_, dFloat mass, const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMaterialGroupID
alias da_NewtonBodySetMaterialGroupID = void function(const NewtonBody* body_, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMatrix
alias da_NewtonBodySetMatrix = void function(const NewtonBody* body_, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMatrixNoSleep
alias da_NewtonBodySetMatrixNoSleep = void function(const NewtonBody* body_, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetMatrixRecursive
alias da_NewtonBodySetMatrixRecursive = void function(const NewtonBody* body_, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetOmega
alias da_NewtonBodySetOmega = void function(const NewtonBody* body_, const dFloat* omega)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetOmegaNoSleep
alias da_NewtonBodySetOmegaNoSleep = void function(const NewtonBody* body_, const dFloat* omega)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetSimulationState
alias da_NewtonBodySetSimulationState = void function(const NewtonBody* bodyPtr, const int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetSleepState
alias da_NewtonBodySetSleepState = void function(const NewtonBody* body_, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetTorque
alias da_NewtonBodySetTorque = void function(const NewtonBody* body_, const dFloat* torque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetTransformCallback
alias da_NewtonBodySetTransformCallback = void function(const NewtonBody* body_, NewtonSetTransform callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetUserData
alias da_NewtonBodySetUserData = void function(const NewtonBody* body_, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetVelocity
alias da_NewtonBodySetVelocity = void function(const NewtonBody* body_, const dFloat* velocity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonBodySetVelocityNoSleep
alias da_NewtonBodySetVelocityNoSleep = void function(const NewtonBody* body_, const dFloat* velocity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCalculateSpringDamperAcceleration
alias da_NewtonCalculateSpringDamperAcceleration = dFloat function(dFloat dt, dFloat ks, dFloat x, dFloat kd, dFloat s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateAddBody
alias da_NewtonCollisionAggregateAddBody = void function(void* aggregate, const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateCreate
alias da_NewtonCollisionAggregateCreate = void* function(NewtonWorld* world)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateDestroy
alias da_NewtonCollisionAggregateDestroy = void function(void* aggregate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateGetSelfCollision
alias da_NewtonCollisionAggregateGetSelfCollision = int function(void* aggregate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateRemoveBody
alias da_NewtonCollisionAggregateRemoveBody = void function(void* aggregate, const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionAggregateSetSelfCollision
alias da_NewtonCollisionAggregateSetSelfCollision = void function(void* aggregate, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionCalculateAABB
alias da_NewtonCollisionCalculateAABB = void function(const NewtonCollision* collision, const dFloat* matrix, dFloat* p0, dFloat* p1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionClosestPoint
alias da_NewtonCollisionClosestPoint = int function(const NewtonWorld* newtonWorld, const NewtonCollision* collisionA, const dFloat* matrixA, const NewtonCollision* collisionB, const dFloat* matrixB, dFloat* contactA, dFloat* contactB, dFloat* normalAB, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionCollide
alias da_NewtonCollisionCollide = int function(const NewtonWorld* newtonWorld, int maxSize, const NewtonCollision* collisionA, const dFloat* matrixA, const NewtonCollision* collisionB, const dFloat* matrixB, dFloat* contacts, dFloat* normals, dFloat* penetration, long* attributeA, long* attributeB, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionCollideContinue
alias da_NewtonCollisionCollideContinue = int function(const NewtonWorld* newtonWorld, int maxSize, dFloat timestep, const NewtonCollision* collisionA, const dFloat* matrixA, const dFloat* velocA, const(dFloat)* omegaA, const NewtonCollision* collisionB, const dFloat* matrixB, const dFloat* velocB, const dFloat* omegaB, dFloat* timeOfImpact, dFloat* contacts, dFloat* normals, dFloat* penetration, long* attributeA, long* attributeB, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionCreateInstance
alias da_NewtonCollisionCreateInstance = NewtonCollision* function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionDataPointer
alias da_NewtonCollisionDataPointer = const(void)* function(const NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionForEachPolygonDo
alias da_NewtonCollisionForEachPolygonDo = void function(const NewtonCollision* collision, const dFloat* matrix, NewtonCollisionIterator callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetInfo
alias da_NewtonCollisionGetInfo = void function(const NewtonCollision* collision, NewtonCollisionInfoRecord* collisionInfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetMaterial
alias da_NewtonCollisionGetMaterial = void function(const NewtonCollision* collision, NewtonCollisionMaterial* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetMatrix
alias da_NewtonCollisionGetMatrix = void function(const NewtonCollision* collision, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetMode
alias da_NewtonCollisionGetMode = int function(const NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetParentInstance
alias da_NewtonCollisionGetParentInstance = NewtonCollision* function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetScale
alias da_NewtonCollisionGetScale = void function(const NewtonCollision* collision, dFloat* scaleX, dFloat* scaleY, dFloat* scaleZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetSkinThickness
alias da_NewtonCollisionGetSkinThickness = float function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetSubCollisionHandle
alias da_NewtonCollisionGetSubCollisionHandle = void* function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetType
alias da_NewtonCollisionGetType = int function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetUserData
alias da_NewtonCollisionGetUserData = void* function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionGetUserID
alias da_NewtonCollisionGetUserID = uint function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionIntersectionTest
alias da_NewtonCollisionIntersectionTest = int function(const NewtonWorld* newtonWorld, const NewtonCollision* collisionA, const dFloat* matrixA, const NewtonCollision* collisionB, const dFloat* matrixB, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionIsConvexShape
alias da_NewtonCollisionIsConvexShape = int function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionIsStaticShape
alias da_NewtonCollisionIsStaticShape = int function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionPointDistance
alias da_NewtonCollisionPointDistance = int function(const NewtonWorld* newtonWorld, const dFloat* point, const NewtonCollision* collision, const dFloat* matrix, dFloat* contact, dFloat* normal, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionRayCast
alias da_NewtonCollisionRayCast = dFloat function(const NewtonCollision* collision, const dFloat* p0, const dFloat* p1, dFloat* normal, long* attribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSerialize
alias da_NewtonCollisionSerialize = void function(const NewtonWorld* newtonWorld, const NewtonCollision* collision, NewtonSerializeCallback serializeFunction, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetMaterial
alias da_NewtonCollisionSetMaterial = void function(const NewtonCollision* collision, const NewtonCollisionMaterial* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetMatrix
alias da_NewtonCollisionSetMatrix = void function(const NewtonCollision* collision, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetMode
alias da_NewtonCollisionSetMode = void function(const NewtonCollision* convexCollision, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetScale
alias da_NewtonCollisionSetScale = void function(const NewtonCollision* collision, dFloat scaleX, dFloat scaleY, dFloat scaleZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetSkinThickness
alias da_NewtonCollisionSetSkinThickness = void function(const NewtonCollision* collision, dFloat thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetUserData
alias da_NewtonCollisionSetUserData = void function(const NewtonCollision* collision, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSetUserID
alias da_NewtonCollisionSetUserID = void function(const NewtonCollision* collision, uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCollisionSupportVertex
alias da_NewtonCollisionSupportVertex = void function(const NewtonCollision* collision, const dFloat* dir, dFloat* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionAddSubCollision
alias da_NewtonCompoundCollisionAddSubCollision = void* function(NewtonCollision* compoundCollision, const NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionBeginAddRemove
alias da_NewtonCompoundCollisionBeginAddRemove = void function(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionEndAddRemove
alias da_NewtonCompoundCollisionEndAddRemove = void function(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionGetCollisionFromNode
alias da_NewtonCompoundCollisionGetCollisionFromNode = NewtonCollision* function(NewtonCollision* compoundCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionGetFirstNode
alias da_NewtonCompoundCollisionGetFirstNode = void* function(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionGetNextNode
alias da_NewtonCompoundCollisionGetNextNode = void* function(NewtonCollision* compoundCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionGetNodeByIndex
alias da_NewtonCompoundCollisionGetNodeByIndex = void* function(NewtonCollision* compoundCollision, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionGetNodeIndex
alias da_NewtonCompoundCollisionGetNodeIndex = int function(NewtonCollision* compoundCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionRemoveSubCollision
alias da_NewtonCompoundCollisionRemoveSubCollision = void function(NewtonCollision* compoundCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionRemoveSubCollisionByIndex
alias da_NewtonCompoundCollisionRemoveSubCollisionByIndex = void function(NewtonCollision* compoundCollision, int nodeIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCompoundCollisionSetSubCollisionMatrix
alias da_NewtonCompoundCollisionSetSubCollisionMatrix = void function(NewtonCollision* compoundCollision, const void* collisionNode, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateBall
alias da_NewtonConstraintCreateBall = NewtonJoint* function(const NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const NewtonBody* childBody, const NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateCorkscrew
alias da_NewtonConstraintCreateCorkscrew = NewtonJoint* function(const NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir, const NewtonBody* childBody, const NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateSlider
alias da_NewtonConstraintCreateSlider = NewtonJoint* function(const NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir, const NewtonBody* childBody, const NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateUniversal
alias da_NewtonConstraintCreateUniversal = NewtonJoint* function(const NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir0, const(dFloat)* pinDir1, const NewtonBody* childBody, const NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateUpVector
alias da_NewtonConstraintCreateUpVector = NewtonJoint* function(const NewtonWorld* newtonWorld, const(dFloat)* pinDir, const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConstraintCreateUserJoint
alias da_NewtonConstraintCreateUserJoint = NewtonJoint* function(const NewtonWorld* newtonWorld, int maxDOF, NewtonUserBilateralCallback callback, const NewtonBody* childBody, const NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactGetCollision0
alias da_NewtonContactGetCollision0 = NewtonCollision* function(const void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactGetCollision1
alias da_NewtonContactGetCollision1 = NewtonCollision* function(const void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactGetCollisionID0
alias da_NewtonContactGetCollisionID0 = void* function(const void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactGetCollisionID1
alias da_NewtonContactGetCollisionID1 = void* function(const void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactGetMaterial
alias da_NewtonContactGetMaterial = NewtonMaterial* function(const void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointGetClosestDistance
alias da_NewtonContactJointGetClosestDistance = dFloat function(const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointGetContactCount
alias da_NewtonContactJointGetContactCount = int function(const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointGetFirstContact
alias da_NewtonContactJointGetFirstContact = void* function(const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointGetNextContact
alias da_NewtonContactJointGetNextContact = void* function(const NewtonJoint* contactJoint, void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointRemoveContact
alias da_NewtonContactJointRemoveContact = void function(const NewtonJoint* contactJoint, void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointResetIntraJointCollision
alias da_NewtonContactJointResetIntraJointCollision = void function(const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonContactJointResetSelftJointCollision
alias da_NewtonContactJointResetSelftJointCollision = void function(const NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConvexCollisionCalculateBuoyancyAcceleration
alias da_NewtonConvexCollisionCalculateBuoyancyAcceleration = void function(const NewtonCollision* convexCollision, const dFloat* matrix, const dFloat* shapeOrigin, const dFloat* gravityVector, const dFloat* fluidPlane, dFloat fluidDensity, dFloat fluidViscosity, dFloat* accel, dFloat* alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConvexCollisionCalculateInertialMatrix
alias da_NewtonConvexCollisionCalculateInertialMatrix = void function(const(NewtonCollision)* convexCollision, dFloat* inertia, dFloat* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConvexCollisionCalculateVolume
alias da_NewtonConvexCollisionCalculateVolume = dFloat function(const NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConvexHullGetFaceIndices
alias da_NewtonConvexHullGetFaceIndices = int function(const NewtonCollision* convexHullCollision, int face, int* faceIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonConvexHullGetVertexData
alias da_NewtonConvexHullGetVertexData = int function(const NewtonCollision* convexHullCollision, dFloat** vertexData, int* strideInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewCalculateStopAccel
alias da_NewtonCorkscrewCalculateStopAccel = dFloat function(const NewtonJoint* corkscrew, const NewtonHingeSliderUpdateDesc* desc, dFloat position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewCalculateStopAlpha
alias da_NewtonCorkscrewCalculateStopAlpha = dFloat function(const NewtonJoint* corkscrew, const NewtonHingeSliderUpdateDesc* desc, dFloat angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewGetJointAngle
alias da_NewtonCorkscrewGetJointAngle = dFloat function(const NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewGetJointForce
alias da_NewtonCorkscrewGetJointForce = void function(const NewtonJoint* corkscrew, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewGetJointOmega
alias da_NewtonCorkscrewGetJointOmega = dFloat function(const NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewGetJointPosit
alias da_NewtonCorkscrewGetJointPosit = dFloat function(const NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewGetJointVeloc
alias da_NewtonCorkscrewGetJointVeloc = dFloat function(const NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCorkscrewSetUserCallback
alias da_NewtonCorkscrewSetUserCallback = void function(const NewtonJoint* corkscrew, NewtonCorkscrewCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreate
alias da_NewtonCreate = NewtonWorld* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateBox
alias da_NewtonCreateBox = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat dx, dFloat dy, dFloat dz, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCapsule
alias da_NewtonCreateCapsule = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat radius0, dFloat radius1, dFloat height, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateChamferCylinder
alias da_NewtonCreateChamferCylinder = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat radius, dFloat height, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCollisionFromSerialization
alias da_NewtonCreateCollisionFromSerialization = NewtonCollision* function(const NewtonWorld* newtonWorld, NewtonDeserializeCallback deserializeFunction, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCompoundCollision
alias da_NewtonCreateCompoundCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCompoundCollisionFromMesh
alias da_NewtonCreateCompoundCollisionFromMesh = NewtonCollision* function(const NewtonWorld* newtonWorld, const NewtonMesh* mesh, dFloat hullTolerance, int shapeID, int subShapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCone
alias da_NewtonCreateCone = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat radius, dFloat height, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateConvexHull
alias da_NewtonCreateConvexHull = NewtonCollision* function(const NewtonWorld* newtonWorld, int count, const dFloat* vertexCloud, int strideInBytes, dFloat tolerance, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateConvexHullFromMesh
alias da_NewtonCreateConvexHullFromMesh = NewtonCollision* function(const NewtonWorld* newtonWorld, const NewtonMesh* mesh, dFloat tolerance, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateCylinder
alias da_NewtonCreateCylinder = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat radio0, dFloat radio1, dFloat height, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateDeformableSolid
alias da_NewtonCreateDeformableSolid = NewtonCollision* function(const NewtonWorld* newtonWorld, const NewtonMesh* mesh, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateDynamicBody
alias da_NewtonCreateDynamicBody = NewtonBody* function(const NewtonWorld* newtonWorld, const NewtonCollision* collision, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateFracturedCompoundCollision
alias da_NewtonCreateFracturedCompoundCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, const NewtonMesh* solidMesh, int shapeID, int fracturePhysicsMaterialID, int pointcloudCount, const dFloat* vertexCloud, int strideInBytes, int materialID, const dFloat* textureMatrix, NewtonFractureCompoundCollisionReconstructMainMeshCallBack regenerateMainMeshCallback, NewtonFractureCompoundCollisionOnEmitCompoundFractured emitFracturedCompound, NewtonFractureCompoundCollisionOnEmitChunk emitFracfuredChunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateHeightFieldCollision
alias da_NewtonCreateHeightFieldCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, int width, int height, int gridsDiagonals, int elevationdatType, const void* elevationMap, const char* attributeMap, dFloat verticalScale, dFloat horizontalScale_x, dFloat horizontalScale_z, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateInverseDynamics
alias da_NewtonCreateInverseDynamics = NewtonInverseDynamics* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateKinematicBody
alias da_NewtonCreateKinematicBody = NewtonBody* function(const NewtonWorld* newtonWorld, const NewtonCollision* collision, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateMassSpringDamperSystem
alias da_NewtonCreateMassSpringDamperSystem = NewtonCollision* function(const NewtonWorld* newtonWorld, int shapeID, const dFloat* points, int pointCount, int strideInBytes, const dFloat* pointMass, const int* links, int linksCount, const dFloat* linksSpring, const dFloat* linksDamper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateNull
alias da_NewtonCreateNull = NewtonCollision* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateSceneCollision
alias da_NewtonCreateSceneCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateSphere
alias da_NewtonCreateSphere = NewtonCollision* function(const NewtonWorld* newtonWorld, dFloat radius, int shapeID, const dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateTetrahedraLinearBlendSkinWeightsChannel
alias da_NewtonCreateTetrahedraLinearBlendSkinWeightsChannel = void function(const NewtonMesh* tetrahedraMesh, NewtonMesh* skinMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateTreeCollision
alias da_NewtonCreateTreeCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateTreeCollisionFromMesh
alias da_NewtonCreateTreeCollisionFromMesh = NewtonCollision* function(const NewtonWorld* newtonWorld, const NewtonMesh* mesh, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCreateUserMeshCollision
alias da_NewtonCreateUserMeshCollision = NewtonCollision* function(const NewtonWorld* newtonWorld, const dFloat* minBox, const dFloat* maxBox, void* userData, NewtonUserMeshCollisionCollideCallback collideCallback, NewtonUserMeshCollisionRayHitCallback rayHitCallback, NewtonUserMeshCollisionDestroyCallback destroyCallback, NewtonUserMeshCollisionGetCollisionInfo getInfoCallback, NewtonUserMeshCollisionAABBTest getLocalAABBCallback, NewtonUserMeshCollisionGetFacesInAABB facesInAABBCallback, NewtonOnUserCollisionSerializationCallback serializeCallback, int shapeID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonCurrentPlugin
alias da_NewtonCurrentPlugin = void* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDeformableMeshGetParticleArray
alias da_NewtonDeformableMeshGetParticleArray = const(dFloat)* function(const NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDeformableMeshGetParticleCount
alias da_NewtonDeformableMeshGetParticleCount = int function(const NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDeformableMeshGetParticleStrideInBytes
alias da_NewtonDeformableMeshGetParticleStrideInBytes = int function(const NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDeserializeFromFile
alias da_NewtonDeserializeFromFile = void function(const NewtonWorld* newtonWorld, const char* filename, NewtonOnBodyDeserializationCallback bodyCallback, void* bodyUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDeserializeScene
alias da_NewtonDeserializeScene = void function(const NewtonWorld* newtonWorld, NewtonOnBodyDeserializationCallback bodyCallback, void* bodyUserData, NewtonDeserializeCallback serializeCallback, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDestroy
alias da_NewtonDestroy = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDestroyAllBodies
alias da_NewtonDestroyAllBodies = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDestroyBody
alias da_NewtonDestroyBody = void function(const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDestroyCollision
alias da_NewtonDestroyCollision = void function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDestroyJoint
alias da_NewtonDestroyJoint = void function(const NewtonWorld* newtonWorld, const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonDispachThreadJob
alias da_NewtonDispachThreadJob = void function(const NewtonWorld* newtonWorld, NewtonJobTask task, const void* usedData, const char* functionName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFindSerializedBody
alias da_NewtonFindSerializedBody = NewtonBody* function(const NewtonWorld* newtonWorld, int bodySerializedID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundCollisionGetVertexCount
alias da_NewtonFracturedCompoundCollisionGetVertexCount = int function(const NewtonCollision* fracturedCompound, const NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundCollisionGetVertexNormals
alias da_NewtonFracturedCompoundCollisionGetVertexNormals = const(dFloat)* function(const NewtonCollision* fracturedCompound, const NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundCollisionGetVertexPositions
alias da_NewtonFracturedCompoundCollisionGetVertexPositions = const(dFloat)* function(const NewtonCollision* fracturedCompound, const NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundCollisionGetVertexUVs
alias da_NewtonFracturedCompoundCollisionGetVertexUVs = const(dFloat)* function(const NewtonCollision* fracturedCompound, const NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundGetFirstSubMesh
alias da_NewtonFracturedCompoundGetFirstSubMesh = NewtonFracturedCompoundMeshPart* function(const NewtonCollision* fracturedCompound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundGetMainMesh
alias da_NewtonFracturedCompoundGetMainMesh = NewtonFracturedCompoundMeshPart* function(const NewtonCollision* fracturedCompound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundGetNextSubMesh
alias da_NewtonFracturedCompoundGetNextSubMesh = NewtonFracturedCompoundMeshPart* function(const NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* subMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundIsNodeFreeToDetach
alias da_NewtonFracturedCompoundIsNodeFreeToDetach = int function(const NewtonCollision* fracturedCompound, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundMeshPartGetFirstSegment
alias da_NewtonFracturedCompoundMeshPartGetFirstSegment = void* function(const NewtonFracturedCompoundMeshPart* fractureCompoundMeshPart)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundMeshPartGetIndexCount
alias da_NewtonFracturedCompoundMeshPartGetIndexCount = int function(const void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundMeshPartGetIndexStream
alias da_NewtonFracturedCompoundMeshPartGetIndexStream = int function(const NewtonCollision* fracturedCompound, const NewtonFracturedCompoundMeshPart* meshOwner, const void* segment, int* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundMeshPartGetMaterial
alias da_NewtonFracturedCompoundMeshPartGetMaterial = int function(const void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundMeshPartGetNextSegment
alias da_NewtonFracturedCompoundMeshPartGetNextSegment = void* function(const void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundNeighborNodeList
alias da_NewtonFracturedCompoundNeighborNodeList = int function(const NewtonCollision* fracturedCompound, void* collisionNode, void** list, int maxCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundPlaneClip
alias da_NewtonFracturedCompoundPlaneClip = NewtonCollision* function(const NewtonCollision* fracturedCompound, const dFloat* plane)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFracturedCompoundSetCallbacks
alias da_NewtonFracturedCompoundSetCallbacks = void function(const NewtonCollision* fracturedCompound, NewtonFractureCompoundCollisionReconstructMainMeshCallBack regenerateMainMeshCallback, NewtonFractureCompoundCollisionOnEmitCompoundFractured emitFracturedCompound, NewtonFractureCompoundCollisionOnEmitChunk emitFracfuredChunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonFree
alias da_NewtonFree = void function(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetBroadphaseAlgorithm
alias da_NewtonGetBroadphaseAlgorithm = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetContactMergeTolerance
alias da_NewtonGetContactMergeTolerance = dFloat function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetEulerAngle
alias da_NewtonGetEulerAngle = void function(const dFloat* matrix, dFloat* eulersAngles0, dFloat* eulersAngles1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetFirstPlugin
alias da_NewtonGetFirstPlugin = void* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetJointSerializationCallbacks
alias da_NewtonGetJointSerializationCallbacks = void function(const NewtonWorld* newtonWorld, NewtonOnJointSerializationCallback* serializeJoint, NewtonOnJointDeserializationCallback* deserializeJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetLastUpdateTime
alias da_NewtonGetLastUpdateTime = dFloat function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetMaxThreadsCount
alias da_NewtonGetMaxThreadsCount = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetMemoryUsed
alias da_NewtonGetMemoryUsed = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetNextPlugin
alias da_NewtonGetNextPlugin = void* function(const NewtonWorld* newtonWorld, const void* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetNumberOfSubsteps
alias da_NewtonGetNumberOfSubsteps = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetPluginString
alias da_NewtonGetPluginString = const(char)* function(const NewtonWorld* newtonWorld, const void* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetPreferedPlugin
alias da_NewtonGetPreferedPlugin = void* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetSolverIterations
alias da_NewtonGetSolverIterations = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonGetThreadsCount
alias da_NewtonGetThreadsCount = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonHeightFieldSetHorizontalDisplacement
alias da_NewtonHeightFieldSetHorizontalDisplacement = void function(const NewtonCollision* heightfieldCollision, const ushort* horizontalMap, dFloat scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonHeightFieldSetUserRayCastCallback
alias da_NewtonHeightFieldSetUserRayCastCallback = void function(const NewtonCollision* heightfieldCollision, NewtonHeightFieldRayCastCallback rayHitCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInvalidateCache
alias da_NewtonInvalidateCache = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsAddChildNode
alias da_NewtonInverseDynamicsAddChildNode = void* function(NewtonInverseDynamics* inverseDynamics, void* parentNode, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsAddLoopJoint
alias da_NewtonInverseDynamicsAddLoopJoint = bool function(NewtonInverseDynamics* inverseDynamics, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsAddRoot
alias da_NewtonInverseDynamicsAddRoot = void* function(NewtonInverseDynamics* inverseDynamics, NewtonBody* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsCreateEffector
alias da_NewtonInverseDynamicsCreateEffector = NewtonJoint* function(NewtonInverseDynamics* inverseDynamics, void* node, NewtonUserBilateralCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsDestroy
alias da_NewtonInverseDynamicsDestroy = void function(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsDestroyEffector
alias da_NewtonInverseDynamicsDestroyEffector = void function(NewtonJoint* effector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsEndBuild
alias da_NewtonInverseDynamicsEndBuild = void function(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsGetBody
alias da_NewtonInverseDynamicsGetBody = NewtonBody* function(NewtonInverseDynamics* inverseDynamics, void* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsGetFirstChildNode
alias da_NewtonInverseDynamicsGetFirstChildNode = void* function(NewtonInverseDynamics* inverseDynamics, void* parentNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsGetJoint
alias da_NewtonInverseDynamicsGetJoint = NewtonJoint* function(NewtonInverseDynamics* inverseDynamics, void* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsGetNextChildNode
alias da_NewtonInverseDynamicsGetNextChildNode = void* function(NewtonInverseDynamics* inverseDynamics, void* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsGetRoot
alias da_NewtonInverseDynamicsGetRoot = void* function(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonInverseDynamicsUpdate
alias da_NewtonInverseDynamicsUpdate = void function(NewtonInverseDynamics* inverseDynamics, dFloat timestep, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonIslandGetBody
alias da_NewtonIslandGetBody = NewtonBody* function(const void* island, int bodyIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonIslandGetBodyAABB
alias da_NewtonIslandGetBodyAABB = void function(const void* island, int bodyIndex, dFloat* p0, dFloat* p1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetBody0
alias da_NewtonJointGetBody0 = NewtonBody* function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetBody1
alias da_NewtonJointGetBody1 = NewtonBody* function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetCollisionState
alias da_NewtonJointGetCollisionState = int function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetInfo
alias da_NewtonJointGetInfo = void function(const NewtonJoint* joint, NewtonJointRecord* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetStiffness
alias da_NewtonJointGetStiffness = dFloat function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointGetUserData
alias da_NewtonJointGetUserData = void* function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointIsActive
alias da_NewtonJointIsActive = int function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointSetCollisionState
alias da_NewtonJointSetCollisionState = void function(const NewtonJoint* joint, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointSetDestructor
alias da_NewtonJointSetDestructor = void function(const NewtonJoint* joint, NewtonConstraintDestructor destructor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointSetStiffness
alias da_NewtonJointSetStiffness = void function(const NewtonJoint* joint, dFloat state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonJointSetUserData
alias da_NewtonJointSetUserData = void function(const NewtonJoint* joint, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonLoadPlugins
alias da_NewtonLoadPlugins = void function(const NewtonWorld* newtonWorld, const char* plugInPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialContactRotateTangentDirections
alias da_NewtonMaterialContactRotateTangentDirections = void function(const NewtonMaterial* material, const dFloat* directionVector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialCreateGroupID
alias da_NewtonMaterialCreateGroupID = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialDestroyAllGroupID
alias da_NewtonMaterialDestroyAllGroupID = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetBodyCollidingShape
alias da_NewtonMaterialGetBodyCollidingShape = NewtonCollision* function(const NewtonMaterial* material, const NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactFaceAttribute
alias da_NewtonMaterialGetContactFaceAttribute = uint function(const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactForce
alias da_NewtonMaterialGetContactForce = void function(const NewtonMaterial* material, const NewtonBody* body_, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactMaxNormalImpact
alias da_NewtonMaterialGetContactMaxNormalImpact = dFloat function(const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactMaxTangentImpact
alias da_NewtonMaterialGetContactMaxTangentImpact = dFloat function(const NewtonMaterial* material, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactNormalSpeed
alias da_NewtonMaterialGetContactNormalSpeed = dFloat function(const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactPenetration
alias da_NewtonMaterialGetContactPenetration = dFloat function(const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactPositionAndNormal
alias da_NewtonMaterialGetContactPositionAndNormal = void function(const NewtonMaterial* material, const NewtonBody* body_, dFloat* posit, dFloat* normal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactPruningTolerance
alias da_NewtonMaterialGetContactPruningTolerance = dFloat function(const NewtonBody* body0, const NewtonBody* body1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactTangentDirections
alias da_NewtonMaterialGetContactTangentDirections = void function(const NewtonMaterial* material, const NewtonBody* body_, dFloat* dir0, dFloat* dir1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetContactTangentSpeed
alias da_NewtonMaterialGetContactTangentSpeed = dFloat function(const NewtonMaterial* material, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetDefaultGroupID
alias da_NewtonMaterialGetDefaultGroupID = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetMaterialPairUserData
alias da_NewtonMaterialGetMaterialPairUserData = void* function(const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialGetUserData
alias da_NewtonMaterialGetUserData = void* function(const NewtonWorld* newtonWorld, int id0, int id1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetCallbackUserData
alias da_NewtonMaterialSetCallbackUserData = void function(const NewtonWorld* newtonWorld, int id0, int id1, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetCollisionCallback
alias da_NewtonMaterialSetCollisionCallback = void function(const NewtonWorld* newtonWorld, int id0, int id1, NewtonOnAABBOverlap aabbOverlap, NewtonContactsProcess process)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetCompoundCollisionCallback
alias da_NewtonMaterialSetCompoundCollisionCallback = void function(const NewtonWorld* newtonWorld, int id0, int id1, NewtonOnCompoundSubCollisionAABBOverlap compoundAabbOverlap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactElasticity
alias da_NewtonMaterialSetContactElasticity = void function(const NewtonMaterial* material, dFloat restitution)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactFrictionCoef
alias da_NewtonMaterialSetContactFrictionCoef = void function(const NewtonMaterial* material, dFloat staticFrictionCoef, dFloat kineticFrictionCoef, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactFrictionState
alias da_NewtonMaterialSetContactFrictionState = void function(const NewtonMaterial* material, int state, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactGenerationCallback
alias da_NewtonMaterialSetContactGenerationCallback = void function(const NewtonWorld* newtonWorld, int id0, int id1, NewtonOnContactGeneration contactGeneration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactNormalAcceleration
alias da_NewtonMaterialSetContactNormalAcceleration = void function(const NewtonMaterial* material, dFloat accel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactNormalDirection
alias da_NewtonMaterialSetContactNormalDirection = void function(const NewtonMaterial* material, const dFloat* directionVector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactPosition
alias da_NewtonMaterialSetContactPosition = void function(const NewtonMaterial* material, const dFloat* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactPruningTolerance
alias da_NewtonMaterialSetContactPruningTolerance = void function(const NewtonBody* body0, const NewtonBody* body1, dFloat tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactSoftness
alias da_NewtonMaterialSetContactSoftness = void function(const NewtonMaterial* material, dFloat softness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactTangentAcceleration
alias da_NewtonMaterialSetContactTangentAcceleration = void function(const NewtonMaterial* material, dFloat accel, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactTangentFriction
alias da_NewtonMaterialSetContactTangentFriction = void function(const NewtonMaterial* material, dFloat friction, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetContactThickness
alias da_NewtonMaterialSetContactThickness = void function(const NewtonMaterial* material, dFloat thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetDefaultCollidable
alias da_NewtonMaterialSetDefaultCollidable = void function(const NewtonWorld* newtonWorld, int id0, int id1, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetDefaultElasticity
alias da_NewtonMaterialSetDefaultElasticity = void function(const NewtonWorld* newtonWorld, int id0, int id1, dFloat elasticCoef)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetDefaultFriction
alias da_NewtonMaterialSetDefaultFriction = void function(const NewtonWorld* newtonWorld, int id0, int id1, dFloat staticFriction, dFloat kineticFriction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetDefaultSoftness
alias da_NewtonMaterialSetDefaultSoftness = void function(const NewtonWorld* newtonWorld, int id0, int id1, dFloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMaterialSetSurfaceThickness
alias da_NewtonMaterialSetSurfaceThickness = void function(const NewtonWorld* newtonWorld, int id0, int id1, dFloat thickness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddBinormal
alias da_NewtonMeshAddBinormal = void function(const NewtonMesh* mesh, dFloat x, dFloat y, dFloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddLayer
alias da_NewtonMeshAddLayer = void function(const NewtonMesh* mesh, int layerIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddMaterial
alias da_NewtonMeshAddMaterial = void function(const NewtonMesh* mesh, int materialIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddNormal
alias da_NewtonMeshAddNormal = void function(const NewtonMesh* mesh, dFloat x, dFloat y, dFloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddPoint
alias da_NewtonMeshAddPoint = void function(const NewtonMesh* mesh, dFloat64 x, dFloat64 y, dFloat64 z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddUV0
alias da_NewtonMeshAddUV0 = void function(const NewtonMesh* mesh, dFloat u, dFloat v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshAddUV1
alias da_NewtonMeshAddUV1 = void function(const NewtonMesh* mesh, dFloat u, dFloat v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApplyAngleBasedMapping
alias da_NewtonMeshApplyAngleBasedMapping = void function(const NewtonMesh* mesh, int material, NewtonReportProgress reportPrograssCallback, void* reportPrgressUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApplyBoxMapping
alias da_NewtonMeshApplyBoxMapping = void function(const NewtonMesh* mesh, int frontMaterial, int sideMaterial, int topMaterial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApplyCylindricalMapping
alias da_NewtonMeshApplyCylindricalMapping = void function(const NewtonMesh* mesh, int cylinderMaterial, int capMaterial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApplySphericalMapping
alias da_NewtonMeshApplySphericalMapping = void function(const NewtonMesh* mesh, int material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApplyTransform
alias da_NewtonMeshApplyTransform = void function(const NewtonMesh* mesh, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshApproximateConvexDecomposition
alias da_NewtonMeshApproximateConvexDecomposition = NewtonMesh* function(const NewtonMesh* mesh, dFloat maxConcavity, dFloat backFaceDistanceFactor, int maxCount, int maxVertexPerHull, NewtonReportProgress reportProgressCallback, void* reportProgressUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshBeginBuild
alias da_NewtonMeshBeginBuild = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshBeginFace
alias da_NewtonMeshBeginFace = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshBeginHandle
alias da_NewtonMeshBeginHandle = void* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshBuildFromVertexListIndexList
alias da_NewtonMeshBuildFromVertexListIndexList = void function(const NewtonMesh* mesh, const NewtonMeshVertexFormat* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCalculateFaceNormal
alias da_NewtonMeshCalculateFaceNormal = void function(const NewtonMesh* mesh, const void* face, dFloat64* normal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCalculateOOBB
alias da_NewtonMeshCalculateOOBB = void function(const NewtonMesh* mesh, dFloat* matrix, dFloat* x, dFloat* y, dFloat* z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCalculateVertexNormals
alias da_NewtonMeshCalculateVertexNormals = void function(const NewtonMesh* mesh, dFloat angleInRadians)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshClearVertexFormat
alias da_NewtonMeshClearVertexFormat = void function(NewtonMeshVertexFormat* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshClip
alias da_NewtonMeshClip = void function(const NewtonMesh* mesh, const NewtonMesh* clipper, const dFloat* clipperMatrix, NewtonMesh** topMesh, NewtonMesh** bottomMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshConvexMeshIntersection
alias da_NewtonMeshConvexMeshIntersection = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* convexMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreate
alias da_NewtonMeshCreate = NewtonMesh* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateConvexHull
alias da_NewtonMeshCreateConvexHull = NewtonMesh* function(const NewtonWorld* newtonWorld, int pointCount, const dFloat* vertexCloud, int strideInBytes, dFloat tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateFirstLayer
alias da_NewtonMeshCreateFirstLayer = NewtonMesh* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateFirstSingleSegment
alias da_NewtonMeshCreateFirstSingleSegment = NewtonMesh* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateFromCollision
alias da_NewtonMeshCreateFromCollision = NewtonMesh* function(const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateFromMesh
alias da_NewtonMeshCreateFromMesh = NewtonMesh* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateFromSerialization
alias da_NewtonMeshCreateFromSerialization = NewtonMesh* function(const NewtonWorld* newtonWorld, NewtonDeserializeCallback deserializeFunction, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateNextLayer
alias da_NewtonMeshCreateNextLayer = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateNextSingleSegment
alias da_NewtonMeshCreateNextSingleSegment = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateTetrahedraIsoSurface
alias da_NewtonMeshCreateTetrahedraIsoSurface = NewtonMesh* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshCreateVoronoiConvexDecomposition
alias da_NewtonMeshCreateVoronoiConvexDecomposition = NewtonMesh* function(const NewtonWorld* newtonWorld, int pointCount, const dFloat* vertexCloud, int strideInBytes, int materialID, const dFloat* textureMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshDestroy
alias da_NewtonMeshDestroy = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshDifference
alias da_NewtonMeshDifference = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* clipper, const dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshEndBuild
alias da_NewtonMeshEndBuild = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshEndFace
alias da_NewtonMeshEndFace = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshEndHandle
alias da_NewtonMeshEndHandle = void function(const NewtonMesh* mesh, void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshFirstMaterial
alias da_NewtonMeshFirstMaterial = int function(const NewtonMesh* mesh, void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshFixTJoints
alias da_NewtonMeshFixTJoints = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetBinormalChannel
alias da_NewtonMeshGetBinormalChannel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetEdgeIndices
alias da_NewtonMeshGetEdgeIndices = void function(const NewtonMesh* mesh, const void* edge, int* v0, int* v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFaceIndexCount
alias da_NewtonMeshGetFaceIndexCount = int function(const NewtonMesh* mesh, const void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFaceIndices
alias da_NewtonMeshGetFaceIndices = void function(const NewtonMesh* mesh, const void* face, int* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFaceMaterial
alias da_NewtonMeshGetFaceMaterial = int function(const NewtonMesh* mesh, const void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFacePointIndices
alias da_NewtonMeshGetFacePointIndices = void function(const NewtonMesh* mesh, const void* face, int* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFaces
alias da_NewtonMeshGetFaces = void function(const NewtonMesh* mesh, int* faceIndexCount, int* faceMaterial, void** faceIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFirstEdge
alias da_NewtonMeshGetFirstEdge = void* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFirstFace
alias da_NewtonMeshGetFirstFace = void* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFirstPoint
alias da_NewtonMeshGetFirstPoint = void* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetFirstVertex
alias da_NewtonMeshGetFirstVertex = void* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetIndexToVertexMap
alias da_NewtonMeshGetIndexToVertexMap = const(int)* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetNextEdge
alias da_NewtonMeshGetNextEdge = void* function(const NewtonMesh* mesh, const void* edge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetNextFace
alias da_NewtonMeshGetNextFace = void* function(const NewtonMesh* mesh, const void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetNextPoint
alias da_NewtonMeshGetNextPoint = void* function(const NewtonMesh* mesh, const void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetNextVertex
alias da_NewtonMeshGetNextVertex = void* function(const NewtonMesh* mesh, const void* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetNormalChannel
alias da_NewtonMeshGetNormalChannel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetPointCount
alias da_NewtonMeshGetPointCount = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetPointIndex
alias da_NewtonMeshGetPointIndex = int function(const NewtonMesh* mesh, const void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetTotalFaceCount
alias da_NewtonMeshGetTotalFaceCount = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetTotalIndexCount
alias da_NewtonMeshGetTotalIndexCount = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetUV0Channel
alias da_NewtonMeshGetUV0Channel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetUV1Channel
alias da_NewtonMeshGetUV1Channel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexArray
alias da_NewtonMeshGetVertexArray = const(dFloat64)* function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexChannel
alias da_NewtonMeshGetVertexChannel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexColorChannel
alias da_NewtonMeshGetVertexColorChannel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexCount
alias da_NewtonMeshGetVertexCount = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexDoubleChannel
alias da_NewtonMeshGetVertexDoubleChannel = void function(const NewtonMesh* mesh, int vertexStrideInByte, dFloat64* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexIndex
alias da_NewtonMeshGetVertexIndex = int function(const NewtonMesh* mesh, const void* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexIndexFromPoint
alias da_NewtonMeshGetVertexIndexFromPoint = int function(const NewtonMesh* mesh, const void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshGetVertexStrideInByte
alias da_NewtonMeshGetVertexStrideInByte = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshHasBinormalChannel
alias da_NewtonMeshHasBinormalChannel = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshHasNormalChannel
alias da_NewtonMeshHasNormalChannel = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshHasUV0Channel
alias da_NewtonMeshHasUV0Channel = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshHasUV1Channel
alias da_NewtonMeshHasUV1Channel = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshHasVertexColorChannel
alias da_NewtonMeshHasVertexColorChannel = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshIntersection
alias da_NewtonMeshIntersection = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* clipper, const dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshIsFaceOpen
alias da_NewtonMeshIsFaceOpen = int function(const NewtonMesh* mesh, const void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshIsOpenMesh
alias da_NewtonMeshIsOpenMesh = int function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshLoadOFF
alias da_NewtonMeshLoadOFF = NewtonMesh* function(const NewtonWorld* newtonWorld, const char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshLoadTetrahedraMesh
alias da_NewtonMeshLoadTetrahedraMesh = NewtonMesh* function(const NewtonWorld* newtonWorld, const char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshMaterialGetIndexCount
alias da_NewtonMeshMaterialGetIndexCount = int function(const NewtonMesh* mesh, void* handle, int materialId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshMaterialGetIndexStream
alias da_NewtonMeshMaterialGetIndexStream = void function(const NewtonMesh* mesh, void* handle, int materialId, int* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshMaterialGetIndexStreamShort
alias da_NewtonMeshMaterialGetIndexStreamShort = void function(const NewtonMesh* mesh, void* handle, int materialId, short* index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshMaterialGetMaterial
alias da_NewtonMeshMaterialGetMaterial = int function(const NewtonMesh* mesh, void* handle, int materialId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshNextMaterial
alias da_NewtonMeshNextMaterial = int function(const NewtonMesh* mesh, void* handle, int materialId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshOptimize
alias da_NewtonMeshOptimize = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshOptimizePoints
alias da_NewtonMeshOptimizePoints = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshOptimizeVertex
alias da_NewtonMeshOptimizeVertex = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshPolygonize
alias da_NewtonMeshPolygonize = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshSaveOFF
alias da_NewtonMeshSaveOFF = void function(const NewtonMesh* mesh, const char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshSerialize
alias da_NewtonMeshSerialize = void function(const NewtonMesh* mesh, NewtonSerializeCallback serializeFunction, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshSetFaceMaterial
alias da_NewtonMeshSetFaceMaterial = void function(const NewtonMesh* mesh, const void* face, int matId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshSimplify
alias da_NewtonMeshSimplify = NewtonMesh* function(const NewtonMesh* mesh, int maxVertexCount, NewtonReportProgress reportPrograssCallback, void* reportPrgressUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshTriangulate
alias da_NewtonMeshTriangulate = void function(const NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonMeshUnion
alias da_NewtonMeshUnion = NewtonMesh* function(const NewtonMesh* mesh, const NewtonMesh* clipper, const dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonRemoveUnusedVertices
alias da_NewtonRemoveUnusedVertices = void function(const NewtonMesh* mesh, int* vertexRemapTable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonResetBroadphase
alias da_NewtonResetBroadphase = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionAddSubCollision
alias da_NewtonSceneCollisionAddSubCollision = void* function(NewtonCollision* sceneCollision, const NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionBeginAddRemove
alias da_NewtonSceneCollisionBeginAddRemove = void function(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionEndAddRemove
alias da_NewtonSceneCollisionEndAddRemove = void function(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionGetCollisionFromNode
alias da_NewtonSceneCollisionGetCollisionFromNode = NewtonCollision* function(NewtonCollision* sceneCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionGetFirstNode
alias da_NewtonSceneCollisionGetFirstNode = void* function(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionGetNextNode
alias da_NewtonSceneCollisionGetNextNode = void* function(NewtonCollision* sceneCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionGetNodeByIndex
alias da_NewtonSceneCollisionGetNodeByIndex = void* function(NewtonCollision* sceneCollision, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionGetNodeIndex
alias da_NewtonSceneCollisionGetNodeIndex = int function(NewtonCollision* sceneCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionRemoveSubCollision
alias da_NewtonSceneCollisionRemoveSubCollision = void function(NewtonCollision* compoundCollision, const void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionRemoveSubCollisionByIndex
alias da_NewtonSceneCollisionRemoveSubCollisionByIndex = void function(NewtonCollision* sceneCollision, int nodeIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSceneCollisionSetSubCollisionMatrix
alias da_NewtonSceneCollisionSetSubCollisionMatrix = void function(NewtonCollision* sceneCollision, const void* collisionNode, const dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSelectBroadphaseAlgorithm
alias da_NewtonSelectBroadphaseAlgorithm = void function(const NewtonWorld* newtonWorld, int algorithmType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSelectPlugin
alias da_NewtonSelectPlugin = void function(const NewtonWorld* newtonWorld, const void* plugin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSerializeScene
alias da_NewtonSerializeScene = void function(const NewtonWorld* newtonWorld, NewtonOnBodySerializationCallback bodyCallback, void* bodyUserData, NewtonSerializeCallback serializeCallback, void* serializeHandle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSerializeToFile
alias da_NewtonSerializeToFile = void function(const NewtonWorld* newtonWorld, const char* filename, NewtonOnBodySerializationCallback bodyCallback, const char* bodyUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetContactMergeTolerance
alias da_NewtonSetContactMergeTolerance = void function(const NewtonWorld* newtonWorld, dFloat tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetEulerAngle
alias da_NewtonSetEulerAngle = void function(const dFloat* eulersAngles, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetIslandUpdateEvent
alias da_NewtonSetIslandUpdateEvent = void function(const NewtonWorld* newtonWorld, NewtonIslandUpdate islandUpdate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetJointSerializationCallbacks
alias da_NewtonSetJointSerializationCallbacks = void function(const NewtonWorld* newtonWorld, NewtonOnJointSerializationCallback serializeJoint, NewtonOnJointDeserializationCallback deserializeJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetMemorySystem
alias da_NewtonSetMemorySystem = void function(NewtonAllocMemory malloc, NewtonFreeMemory free)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetNumberOfSubsteps
alias da_NewtonSetNumberOfSubsteps = void function(const NewtonWorld* newtonWorld, int subSteps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetSolverIterations
alias da_NewtonSetSolverIterations = void function(const NewtonWorld* newtonWorld, int model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSetThreadsCount
alias da_NewtonSetThreadsCount = void function(const NewtonWorld* newtonWorld, int threads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSliderCalculateStopAccel
alias da_NewtonSliderCalculateStopAccel = dFloat function(const NewtonJoint* slider, const NewtonHingeSliderUpdateDesc* desc, dFloat position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSliderGetJointForce
alias da_NewtonSliderGetJointForce = void function(const NewtonJoint* slider, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSliderGetJointPosit
alias da_NewtonSliderGetJointPosit = dFloat function(const(NewtonJoint)* slider)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSliderGetJointVeloc
alias da_NewtonSliderGetJointVeloc = dFloat function(const(NewtonJoint)* slider)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSliderSetUserCallback
alias da_NewtonSliderSetUserCallback = void function(const NewtonJoint* slider, NewtonSliderCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonStaticCollisionSetDebugCallback
alias da_NewtonStaticCollisionSetDebugCallback = void function(const NewtonCollision* staticCollision, NewtonTreeCollisionCallback userCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonSyncThreadJobs
alias da_NewtonSyncThreadJobs = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionAddFace
alias da_NewtonTreeCollisionAddFace = void function(const NewtonCollision* treeCollision, int vertexCount, const dFloat* vertexPtr, int strideInBytes, int faceAttribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionBeginBuild
alias da_NewtonTreeCollisionBeginBuild = void function(const NewtonCollision* treeCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionEndBuild
alias da_NewtonTreeCollisionEndBuild = void function(const NewtonCollision* treeCollision, int optimize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionForEachFace
alias da_NewtonTreeCollisionForEachFace = void function(const NewtonCollision* treeCollision, NewtonTreeCollisionFaceCallback forEachFaceCallback, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionGetFaceAttribute
alias da_NewtonTreeCollisionGetFaceAttribute = int function(const NewtonCollision* treeCollision, const int* faceIndexArray, int indexCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionGetVertexListTriangleListInAABB
alias da_NewtonTreeCollisionGetVertexListTriangleListInAABB = int function(const NewtonCollision* treeCollision, const dFloat* p0, const dFloat* p1, const dFloat** vertexArray, int* vertexCount, int* vertexStrideInBytes, const int* indexList, int maxIndexCount, const int* faceAttribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionSetFaceAttribute
alias da_NewtonTreeCollisionSetFaceAttribute = void function(const NewtonCollision* treeCollision, const int* faceIndexArray, int indexCount, int attribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonTreeCollisionSetUserRayCastCallback
alias da_NewtonTreeCollisionSetUserRayCastCallback = void function(const NewtonCollision* treeCollision, NewtonCollisionTreeRayCastCallback rayHitCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalCalculateStopAlpha0
alias da_NewtonUniversalCalculateStopAlpha0 = dFloat function(const NewtonJoint* universal, const NewtonHingeSliderUpdateDesc* desc, dFloat angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalCalculateStopAlpha1
alias da_NewtonUniversalCalculateStopAlpha1 = dFloat function(const NewtonJoint* universal, const NewtonHingeSliderUpdateDesc* desc, dFloat angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalGetJointAngle0
alias da_NewtonUniversalGetJointAngle0 = dFloat function(const NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalGetJointAngle1
alias da_NewtonUniversalGetJointAngle1 = dFloat function(const NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalGetJointForce
alias da_NewtonUniversalGetJointForce = void function(const NewtonJoint* universal, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalGetJointOmega0
alias da_NewtonUniversalGetJointOmega0 = dFloat function(const NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalGetJointOmega1
alias da_NewtonUniversalGetJointOmega1 = dFloat function(const NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUniversalSetUserCallback
alias da_NewtonUniversalSetUserCallback = void function(const NewtonJoint* universal, NewtonUniversalCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUnloadPlugins
alias da_NewtonUnloadPlugins = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUpVectorGetPin
alias da_NewtonUpVectorGetPin = void function(const NewtonJoint* upVector, dFloat* pin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUpVectorSetPin
alias da_NewtonUpVectorSetPin = void function(const NewtonJoint* upVector, const(dFloat)* pin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUpdate
alias da_NewtonUpdate = void function(const NewtonWorld* newtonWorld, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUpdateAsync
alias da_NewtonUpdateAsync = void function(const NewtonWorld* newtonWorld, dFloat timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJoinRowsCount
alias da_NewtonUserJoinRowsCount = int function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointAddAngularRow
alias da_NewtonUserJointAddAngularRow = void function(const NewtonJoint* joint, dFloat relativeAngle, const dFloat* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointAddGeneralRow
alias da_NewtonUserJointAddGeneralRow = void function(const NewtonJoint* joint, const dFloat* jacobian0, const dFloat* jacobian1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointAddLinearRow
alias da_NewtonUserJointAddLinearRow = void function(const NewtonJoint* joint, const dFloat* pivot0, const dFloat* pivot1, const dFloat* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointCalculateRowZeroAccelaration
alias da_NewtonUserJointCalculateRowZeroAccelaration = dFloat function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointGetGeneralRow
alias da_NewtonUserJointGetGeneralRow = void function(const NewtonJoint* joint, int index, dFloat* jacobian0, dFloat* jacobian1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointGetRowAcceleration
alias da_NewtonUserJointGetRowAcceleration = dFloat function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointGetRowForce
alias da_NewtonUserJointGetRowForce = dFloat function(const NewtonJoint* joint, int row)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointGetSolverModel
alias da_NewtonUserJointGetSolverModel = int function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetFeedbackCollectorCallback
alias da_NewtonUserJointSetFeedbackCollectorCallback = void function(const NewtonJoint* joint, NewtonUserBilateralCallback getFeedback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowAcceleration
alias da_NewtonUserJointSetRowAcceleration = void function(const NewtonJoint* joint, dFloat acceleration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowAsInverseDynamics
alias da_NewtonUserJointSetRowAsInverseDynamics = void function(const NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowMaximumFriction
alias da_NewtonUserJointSetRowMaximumFriction = void function(const NewtonJoint* joint, dFloat friction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowMinimumFriction
alias da_NewtonUserJointSetRowMinimumFriction = void function(const NewtonJoint* joint, dFloat friction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowSpringDamperAcceleration
alias da_NewtonUserJointSetRowSpringDamperAcceleration = void function(const NewtonJoint* joint, dFloat rowStiffness, dFloat spring, dFloat damper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetRowStiffness
alias da_NewtonUserJointSetRowStiffness = void function(const NewtonJoint* joint, dFloat stiffness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSetSolverModel
alias da_NewtonUserJointSetSolverModel = void function(const NewtonJoint* joint, int model)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserJointSubmitImmediateModeConstraint
alias da_NewtonUserJointSubmitImmediateModeConstraint = int function(const NewtonJoint* joint, NewtonImmediateModeConstraint* descriptor, float timestep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonUserMeshCollisionContinuousOverlapTest
alias da_NewtonUserMeshCollisionContinuousOverlapTest = int function(const NewtonUserMeshCollisionCollideDesc* collideDescData, const void* continueCollisionHandle, const dFloat* minAabb, const dFloat* maxAabb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWaitForUpdateToFinish
alias da_NewtonWaitForUpdateToFinish = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldAddListener
alias da_NewtonWorldAddListener = void* function(const NewtonWorld* newtonWorld, const char* nameId, void* listenerUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldCollide
alias da_NewtonWorldCollide = int function(const NewtonWorld* newtonWorld, const dFloat* matrix, const NewtonCollision* shape, void* userData, NewtonWorldRayPrefilterCallback prefilter, NewtonWorldConvexCastReturnInfo* info, int maxContactsCount, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldConvexCast
alias da_NewtonWorldConvexCast = int function(const NewtonWorld* newtonWorld, const dFloat* matrix, const dFloat* target, const NewtonCollision* shape, dFloat* param, void* userData, NewtonWorldRayPrefilterCallback prefilter, NewtonWorldConvexCastReturnInfo* info, int maxContactsCount, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldCriticalSectionLock
alias da_NewtonWorldCriticalSectionLock = void function(const NewtonWorld* newtonWorld, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldCriticalSectionUnlock
alias da_NewtonWorldCriticalSectionUnlock = void function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldFloatSize
alias da_NewtonWorldFloatSize = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldForEachBodyInAABBDo
alias da_NewtonWorldForEachBodyInAABBDo = void function(const NewtonWorld* newtonWorld, const dFloat* p0, const dFloat* p1, NewtonBodyIterator callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldForEachJointDo
alias da_NewtonWorldForEachJointDo = void function(const NewtonWorld* newtonWorld, NewtonJointIterator callback, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetBodyCount
alias da_NewtonWorldGetBodyCount = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetConstraintCount
alias da_NewtonWorldGetConstraintCount = int function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetDestructorCallback
alias da_NewtonWorldGetDestructorCallback = NewtonWorldDestructorCallback function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetFirstBody
alias da_NewtonWorldGetFirstBody = NewtonBody* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetFirstMaterial
alias da_NewtonWorldGetFirstMaterial = NewtonMaterial* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetListener
alias da_NewtonWorldGetListener = void* function(const NewtonWorld* newtonWorld, const char* nameId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetListenerUserData
alias da_NewtonWorldGetListenerUserData = void* function(const NewtonWorld* newtonWorld, void* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetNextBody
alias da_NewtonWorldGetNextBody = NewtonBody* function(const NewtonWorld* newtonWorld, const NewtonBody* curBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetNextMaterial
alias da_NewtonWorldGetNextMaterial = NewtonMaterial* function(const NewtonWorld* newtonWorld, const NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetUserData
alias da_NewtonWorldGetUserData = void* function(const NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldGetVersion
alias da_NewtonWorldGetVersion = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerDebug
alias da_NewtonWorldListenerDebug = void function(const NewtonWorld* newtonWorld, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerGetBodyDestroyCallback
alias da_NewtonWorldListenerGetBodyDestroyCallback = NewtonWorldListenerBodyDestroyCallback function(const NewtonWorld* newtonWorld, void* listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetBodyDestroyCallback
alias da_NewtonWorldListenerSetBodyDestroyCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldListenerBodyDestroyCallback bodyDestroyCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetDebugCallback
alias da_NewtonWorldListenerSetDebugCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldListenerDebugCallback debugCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetDestructorCallback
alias da_NewtonWorldListenerSetDestructorCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldDestroyListenerCallback destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetPostUpdateCallback
alias da_NewtonWorldListenerSetPostUpdateCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldUpdateListenerCallback update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetPreUpdateCallback
alias da_NewtonWorldListenerSetPreUpdateCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldUpdateListenerCallback update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldRayCast
alias da_NewtonWorldRayCast = void function(const NewtonWorld* newtonWorld, const dFloat* p0, const dFloat* p1, NewtonWorldRayFilterCallback filter, void* userData, NewtonWorldRayPrefilterCallback prefilter, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldSetCollisionConstructorDestructorCallback
alias da_NewtonWorldSetCollisionConstructorDestructorCallback = void function(const NewtonWorld* newtonWorld, NewtonCollisionCopyConstructionCallback constructor, NewtonCollisionDestructorCallback destructor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldSetDestructorCallback
alias da_NewtonWorldSetDestructorCallback = void function(const NewtonWorld* newtonWorld, NewtonWorldDestructorCallback destructor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonYield
alias da_NewtonYield = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

isNewtonLoaded
bool isNewtonLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNewton
NewtonSupport loadNewton()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNewton
NewtonSupport loadNewton(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedNewtonVersion
NewtonSupport loadedNewtonVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadNewton
void unloadNewton()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

NewtonAlloc
da_NewtonAlloc NewtonAlloc;
Undocumented in source.
NewtonAtomicAdd
da_NewtonAtomicAdd NewtonAtomicAdd;
Undocumented in source.
NewtonAtomicSwap
da_NewtonAtomicSwap NewtonAtomicSwap;
Undocumented in source.
NewtonBallGetJointAngle
da_NewtonBallGetJointAngle NewtonBallGetJointAngle;
Undocumented in source.
NewtonBallGetJointForce
da_NewtonBallGetJointForce NewtonBallGetJointForce;
Undocumented in source.
NewtonBallGetJointOmega
da_NewtonBallGetJointOmega NewtonBallGetJointOmega;
Undocumented in source.
NewtonBallSetConeLimits
da_NewtonBallSetConeLimits NewtonBallSetConeLimits;
Undocumented in source.
NewtonBallSetUserCallback
da_NewtonBallSetUserCallback NewtonBallSetUserCallback;
Undocumented in source.
NewtonBodyAddForce
da_NewtonBodyAddForce NewtonBodyAddForce;
Undocumented in source.
NewtonBodyAddImpulse
da_NewtonBodyAddImpulse NewtonBodyAddImpulse;
Undocumented in source.
NewtonBodyAddTorque
da_NewtonBodyAddTorque NewtonBodyAddTorque;
Undocumented in source.
NewtonBodyApplyImpulseArray
da_NewtonBodyApplyImpulseArray NewtonBodyApplyImpulseArray;
Undocumented in source.
NewtonBodyApplyImpulsePair
da_NewtonBodyApplyImpulsePair NewtonBodyApplyImpulsePair;
Undocumented in source.
NewtonBodyCalculateInverseDynamicsForce
da_NewtonBodyCalculateInverseDynamicsForce NewtonBodyCalculateInverseDynamicsForce;
Undocumented in source.
NewtonBodyFindContact
da_NewtonBodyFindContact NewtonBodyFindContact;
Undocumented in source.
NewtonBodyGetAABB
da_NewtonBodyGetAABB NewtonBodyGetAABB;
Undocumented in source.
NewtonBodyGetAcceleration
da_NewtonBodyGetAcceleration NewtonBodyGetAcceleration;
Undocumented in source.
NewtonBodyGetAlpha
da_NewtonBodyGetAlpha NewtonBodyGetAlpha;
Undocumented in source.
NewtonBodyGetAngularDamping
da_NewtonBodyGetAngularDamping NewtonBodyGetAngularDamping;
Undocumented in source.
NewtonBodyGetAutoSleep
da_NewtonBodyGetAutoSleep NewtonBodyGetAutoSleep;
Undocumented in source.
NewtonBodyGetCentreOfMass
da_NewtonBodyGetCentreOfMass NewtonBodyGetCentreOfMass;
Undocumented in source.
NewtonBodyGetCollidable
da_NewtonBodyGetCollidable NewtonBodyGetCollidable;
Undocumented in source.
NewtonBodyGetCollision
da_NewtonBodyGetCollision NewtonBodyGetCollision;
Undocumented in source.
NewtonBodyGetContinuousCollisionMode
da_NewtonBodyGetContinuousCollisionMode NewtonBodyGetContinuousCollisionMode;
Undocumented in source.
NewtonBodyGetDestructorCallback
da_NewtonBodyGetDestructorCallback NewtonBodyGetDestructorCallback;
Undocumented in source.
NewtonBodyGetFirstContactJoint
da_NewtonBodyGetFirstContactJoint NewtonBodyGetFirstContactJoint;
Undocumented in source.
NewtonBodyGetFirstJoint
da_NewtonBodyGetFirstJoint NewtonBodyGetFirstJoint;
Undocumented in source.
NewtonBodyGetForce
da_NewtonBodyGetForce NewtonBodyGetForce;
Undocumented in source.
NewtonBodyGetForceAndTorqueCallback
da_NewtonBodyGetForceAndTorqueCallback NewtonBodyGetForceAndTorqueCallback;
Undocumented in source.
NewtonBodyGetFreezeState
da_NewtonBodyGetFreezeState NewtonBodyGetFreezeState;
Undocumented in source.
NewtonBodyGetID
da_NewtonBodyGetID NewtonBodyGetID;
Undocumented in source.
NewtonBodyGetInertiaMatrix
da_NewtonBodyGetInertiaMatrix NewtonBodyGetInertiaMatrix;
Undocumented in source.
NewtonBodyGetInvInertiaMatrix
da_NewtonBodyGetInvInertiaMatrix NewtonBodyGetInvInertiaMatrix;
Undocumented in source.
NewtonBodyGetInvMass
da_NewtonBodyGetInvMass NewtonBodyGetInvMass;
Undocumented in source.
NewtonBodyGetJointRecursiveCollision
da_NewtonBodyGetJointRecursiveCollision NewtonBodyGetJointRecursiveCollision;
Undocumented in source.
NewtonBodyGetLinearDamping
da_NewtonBodyGetLinearDamping NewtonBodyGetLinearDamping;
Undocumented in source.
NewtonBodyGetMass
da_NewtonBodyGetMass NewtonBodyGetMass;
Undocumented in source.
NewtonBodyGetMaterialGroupID
da_NewtonBodyGetMaterialGroupID NewtonBodyGetMaterialGroupID;
Undocumented in source.
NewtonBodyGetMatrix
da_NewtonBodyGetMatrix NewtonBodyGetMatrix;
Undocumented in source.
NewtonBodyGetNextContactJoint
da_NewtonBodyGetNextContactJoint NewtonBodyGetNextContactJoint;
Undocumented in source.
NewtonBodyGetNextJoint
da_NewtonBodyGetNextJoint NewtonBodyGetNextJoint;
Undocumented in source.
NewtonBodyGetOmega
da_NewtonBodyGetOmega NewtonBodyGetOmega;
Undocumented in source.
NewtonBodyGetPointVelocity
da_NewtonBodyGetPointVelocity NewtonBodyGetPointVelocity;
Undocumented in source.
NewtonBodyGetPosition
da_NewtonBodyGetPosition NewtonBodyGetPosition;
Undocumented in source.
NewtonBodyGetRotation
da_NewtonBodyGetRotation NewtonBodyGetRotation;
Undocumented in source.
NewtonBodyGetSerializedID
da_NewtonBodyGetSerializedID NewtonBodyGetSerializedID;
Undocumented in source.
NewtonBodyGetSimulationState
da_NewtonBodyGetSimulationState NewtonBodyGetSimulationState;
Undocumented in source.
NewtonBodyGetSleepState
da_NewtonBodyGetSleepState NewtonBodyGetSleepState;
Undocumented in source.
NewtonBodyGetTorque
da_NewtonBodyGetTorque NewtonBodyGetTorque;
Undocumented in source.
NewtonBodyGetTransformCallback
da_NewtonBodyGetTransformCallback NewtonBodyGetTransformCallback;
Undocumented in source.
NewtonBodyGetType
da_NewtonBodyGetType NewtonBodyGetType;
Undocumented in source.
NewtonBodyGetUserData
da_NewtonBodyGetUserData NewtonBodyGetUserData;
Undocumented in source.
NewtonBodyGetVelocity
da_NewtonBodyGetVelocity NewtonBodyGetVelocity;
Undocumented in source.
NewtonBodyGetWorld
da_NewtonBodyGetWorld NewtonBodyGetWorld;
Undocumented in source.
NewtonBodyIntegrateVelocity
da_NewtonBodyIntegrateVelocity NewtonBodyIntegrateVelocity;
Undocumented in source.
NewtonBodySetAngularDamping
da_NewtonBodySetAngularDamping NewtonBodySetAngularDamping;
Undocumented in source.
NewtonBodySetAutoSleep
da_NewtonBodySetAutoSleep NewtonBodySetAutoSleep;
Undocumented in source.
NewtonBodySetCentreOfMass
da_NewtonBodySetCentreOfMass NewtonBodySetCentreOfMass;
Undocumented in source.
NewtonBodySetCollidable
da_NewtonBodySetCollidable NewtonBodySetCollidable;
Undocumented in source.
NewtonBodySetCollision
da_NewtonBodySetCollision NewtonBodySetCollision;
Undocumented in source.
NewtonBodySetCollisionScale
da_NewtonBodySetCollisionScale NewtonBodySetCollisionScale;
Undocumented in source.
NewtonBodySetContinuousCollisionMode
da_NewtonBodySetContinuousCollisionMode NewtonBodySetContinuousCollisionMode;
Undocumented in source.
NewtonBodySetDestructorCallback
da_NewtonBodySetDestructorCallback NewtonBodySetDestructorCallback;
Undocumented in source.
NewtonBodySetForce
da_NewtonBodySetForce NewtonBodySetForce;
Undocumented in source.
NewtonBodySetForceAndTorqueCallback
da_NewtonBodySetForceAndTorqueCallback NewtonBodySetForceAndTorqueCallback;
Undocumented in source.
NewtonBodySetFreezeState
da_NewtonBodySetFreezeState NewtonBodySetFreezeState;
Undocumented in source.
NewtonBodySetFullMassMatrix
da_NewtonBodySetFullMassMatrix NewtonBodySetFullMassMatrix;
Undocumented in source.
NewtonBodySetJointRecursiveCollision
da_NewtonBodySetJointRecursiveCollision NewtonBodySetJointRecursiveCollision;
Undocumented in source.
NewtonBodySetLinearDamping
da_NewtonBodySetLinearDamping NewtonBodySetLinearDamping;
Undocumented in source.
NewtonBodySetMassMatrix
da_NewtonBodySetMassMatrix NewtonBodySetMassMatrix;
Undocumented in source.
NewtonBodySetMassProperties
da_NewtonBodySetMassProperties NewtonBodySetMassProperties;
Undocumented in source.
NewtonBodySetMaterialGroupID
da_NewtonBodySetMaterialGroupID NewtonBodySetMaterialGroupID;
Undocumented in source.
NewtonBodySetMatrix
da_NewtonBodySetMatrix NewtonBodySetMatrix;
Undocumented in source.
NewtonBodySetMatrixNoSleep
da_NewtonBodySetMatrixNoSleep NewtonBodySetMatrixNoSleep;
Undocumented in source.
NewtonBodySetMatrixRecursive
da_NewtonBodySetMatrixRecursive NewtonBodySetMatrixRecursive;
Undocumented in source.
NewtonBodySetOmega
da_NewtonBodySetOmega NewtonBodySetOmega;
Undocumented in source.
NewtonBodySetOmegaNoSleep
da_NewtonBodySetOmegaNoSleep NewtonBodySetOmegaNoSleep;
Undocumented in source.
NewtonBodySetSimulationState
da_NewtonBodySetSimulationState NewtonBodySetSimulationState;
Undocumented in source.
NewtonBodySetSleepState
da_NewtonBodySetSleepState NewtonBodySetSleepState;
Undocumented in source.
NewtonBodySetTorque
da_NewtonBodySetTorque NewtonBodySetTorque;
Undocumented in source.
NewtonBodySetTransformCallback
da_NewtonBodySetTransformCallback NewtonBodySetTransformCallback;
Undocumented in source.
NewtonBodySetUserData
da_NewtonBodySetUserData NewtonBodySetUserData;
Undocumented in source.
NewtonBodySetVelocity
da_NewtonBodySetVelocity NewtonBodySetVelocity;
Undocumented in source.
NewtonBodySetVelocityNoSleep
da_NewtonBodySetVelocityNoSleep NewtonBodySetVelocityNoSleep;
Undocumented in source.
NewtonCalculateSpringDamperAcceleration
da_NewtonCalculateSpringDamperAcceleration NewtonCalculateSpringDamperAcceleration;
Undocumented in source.
NewtonCollisionAggregateAddBody
da_NewtonCollisionAggregateAddBody NewtonCollisionAggregateAddBody;
Undocumented in source.
NewtonCollisionAggregateCreate
da_NewtonCollisionAggregateCreate NewtonCollisionAggregateCreate;
Undocumented in source.
NewtonCollisionAggregateDestroy
da_NewtonCollisionAggregateDestroy NewtonCollisionAggregateDestroy;
Undocumented in source.
NewtonCollisionAggregateGetSelfCollision
da_NewtonCollisionAggregateGetSelfCollision NewtonCollisionAggregateGetSelfCollision;
Undocumented in source.
NewtonCollisionAggregateRemoveBody
da_NewtonCollisionAggregateRemoveBody NewtonCollisionAggregateRemoveBody;
Undocumented in source.
NewtonCollisionAggregateSetSelfCollision
da_NewtonCollisionAggregateSetSelfCollision NewtonCollisionAggregateSetSelfCollision;
Undocumented in source.
NewtonCollisionCalculateAABB
da_NewtonCollisionCalculateAABB NewtonCollisionCalculateAABB;
Undocumented in source.
NewtonCollisionClosestPoint
da_NewtonCollisionClosestPoint NewtonCollisionClosestPoint;
Undocumented in source.
NewtonCollisionCollide
da_NewtonCollisionCollide NewtonCollisionCollide;
Undocumented in source.
NewtonCollisionCollideContinue
da_NewtonCollisionCollideContinue NewtonCollisionCollideContinue;
Undocumented in source.
NewtonCollisionCreateInstance
da_NewtonCollisionCreateInstance NewtonCollisionCreateInstance;
Undocumented in source.
NewtonCollisionDataPointer
da_NewtonCollisionDataPointer NewtonCollisionDataPointer;
Undocumented in source.
NewtonCollisionForEachPolygonDo
da_NewtonCollisionForEachPolygonDo NewtonCollisionForEachPolygonDo;
Undocumented in source.
NewtonCollisionGetInfo
da_NewtonCollisionGetInfo NewtonCollisionGetInfo;
Undocumented in source.
NewtonCollisionGetMaterial
da_NewtonCollisionGetMaterial NewtonCollisionGetMaterial;
Undocumented in source.
NewtonCollisionGetMatrix
da_NewtonCollisionGetMatrix NewtonCollisionGetMatrix;
Undocumented in source.
NewtonCollisionGetMode
da_NewtonCollisionGetMode NewtonCollisionGetMode;
Undocumented in source.
NewtonCollisionGetParentInstance
da_NewtonCollisionGetParentInstance NewtonCollisionGetParentInstance;
Undocumented in source.
NewtonCollisionGetScale
da_NewtonCollisionGetScale NewtonCollisionGetScale;
Undocumented in source.
NewtonCollisionGetSkinThickness
da_NewtonCollisionGetSkinThickness NewtonCollisionGetSkinThickness;
Undocumented in source.
NewtonCollisionGetSubCollisionHandle
da_NewtonCollisionGetSubCollisionHandle NewtonCollisionGetSubCollisionHandle;
Undocumented in source.
NewtonCollisionGetType
da_NewtonCollisionGetType NewtonCollisionGetType;
Undocumented in source.
NewtonCollisionGetUserData
da_NewtonCollisionGetUserData NewtonCollisionGetUserData;
Undocumented in source.
NewtonCollisionGetUserID
da_NewtonCollisionGetUserID NewtonCollisionGetUserID;
Undocumented in source.
NewtonCollisionIntersectionTest
da_NewtonCollisionIntersectionTest NewtonCollisionIntersectionTest;
Undocumented in source.
NewtonCollisionIsConvexShape
da_NewtonCollisionIsConvexShape NewtonCollisionIsConvexShape;
Undocumented in source.
NewtonCollisionIsStaticShape
da_NewtonCollisionIsStaticShape NewtonCollisionIsStaticShape;
Undocumented in source.
NewtonCollisionPointDistance
da_NewtonCollisionPointDistance NewtonCollisionPointDistance;
Undocumented in source.
NewtonCollisionRayCast
da_NewtonCollisionRayCast NewtonCollisionRayCast;
Undocumented in source.
NewtonCollisionSerialize
da_NewtonCollisionSerialize NewtonCollisionSerialize;
Undocumented in source.
NewtonCollisionSetMaterial
da_NewtonCollisionSetMaterial NewtonCollisionSetMaterial;
Undocumented in source.
NewtonCollisionSetMatrix
da_NewtonCollisionSetMatrix NewtonCollisionSetMatrix;
Undocumented in source.
NewtonCollisionSetMode
da_NewtonCollisionSetMode NewtonCollisionSetMode;
Undocumented in source.
NewtonCollisionSetScale
da_NewtonCollisionSetScale NewtonCollisionSetScale;
Undocumented in source.
NewtonCollisionSetSkinThickness
da_NewtonCollisionSetSkinThickness NewtonCollisionSetSkinThickness;
Undocumented in source.
NewtonCollisionSetUserData
da_NewtonCollisionSetUserData NewtonCollisionSetUserData;
Undocumented in source.
NewtonCollisionSetUserID
da_NewtonCollisionSetUserID NewtonCollisionSetUserID;
Undocumented in source.
NewtonCollisionSupportVertex
da_NewtonCollisionSupportVertex NewtonCollisionSupportVertex;
Undocumented in source.
NewtonCompoundCollisionAddSubCollision
da_NewtonCompoundCollisionAddSubCollision NewtonCompoundCollisionAddSubCollision;
Undocumented in source.
NewtonCompoundCollisionBeginAddRemove
da_NewtonCompoundCollisionBeginAddRemove NewtonCompoundCollisionBeginAddRemove;
Undocumented in source.
NewtonCompoundCollisionEndAddRemove
da_NewtonCompoundCollisionEndAddRemove NewtonCompoundCollisionEndAddRemove;
Undocumented in source.
NewtonCompoundCollisionGetCollisionFromNode
da_NewtonCompoundCollisionGetCollisionFromNode NewtonCompoundCollisionGetCollisionFromNode;
Undocumented in source.
NewtonCompoundCollisionGetFirstNode
da_NewtonCompoundCollisionGetFirstNode NewtonCompoundCollisionGetFirstNode;
Undocumented in source.
NewtonCompoundCollisionGetNextNode
da_NewtonCompoundCollisionGetNextNode NewtonCompoundCollisionGetNextNode;
Undocumented in source.
NewtonCompoundCollisionGetNodeByIndex
da_NewtonCompoundCollisionGetNodeByIndex NewtonCompoundCollisionGetNodeByIndex;
Undocumented in source.
NewtonCompoundCollisionGetNodeIndex
da_NewtonCompoundCollisionGetNodeIndex NewtonCompoundCollisionGetNodeIndex;
Undocumented in source.
NewtonCompoundCollisionRemoveSubCollision
da_NewtonCompoundCollisionRemoveSubCollision NewtonCompoundCollisionRemoveSubCollision;
Undocumented in source.
NewtonCompoundCollisionRemoveSubCollisionByIndex
da_NewtonCompoundCollisionRemoveSubCollisionByIndex NewtonCompoundCollisionRemoveSubCollisionByIndex;
Undocumented in source.
NewtonCompoundCollisionSetSubCollisionMatrix
da_NewtonCompoundCollisionSetSubCollisionMatrix NewtonCompoundCollisionSetSubCollisionMatrix;
Undocumented in source.
NewtonConstraintCreateBall
da_NewtonConstraintCreateBall NewtonConstraintCreateBall;
Undocumented in source.
NewtonConstraintCreateCorkscrew
da_NewtonConstraintCreateCorkscrew NewtonConstraintCreateCorkscrew;
Undocumented in source.
NewtonConstraintCreateSlider
da_NewtonConstraintCreateSlider NewtonConstraintCreateSlider;
Undocumented in source.
NewtonConstraintCreateUniversal
da_NewtonConstraintCreateUniversal NewtonConstraintCreateUniversal;
Undocumented in source.
NewtonConstraintCreateUpVector
da_NewtonConstraintCreateUpVector NewtonConstraintCreateUpVector;
Undocumented in source.
NewtonConstraintCreateUserJoint
da_NewtonConstraintCreateUserJoint NewtonConstraintCreateUserJoint;
Undocumented in source.
NewtonContactGetCollision0
da_NewtonContactGetCollision0 NewtonContactGetCollision0;
Undocumented in source.
NewtonContactGetCollision1
da_NewtonContactGetCollision1 NewtonContactGetCollision1;
Undocumented in source.
NewtonContactGetCollisionID0
da_NewtonContactGetCollisionID0 NewtonContactGetCollisionID0;
Undocumented in source.
NewtonContactGetCollisionID1
da_NewtonContactGetCollisionID1 NewtonContactGetCollisionID1;
Undocumented in source.
NewtonContactGetMaterial
da_NewtonContactGetMaterial NewtonContactGetMaterial;
Undocumented in source.
NewtonContactJointGetClosestDistance
da_NewtonContactJointGetClosestDistance NewtonContactJointGetClosestDistance;
Undocumented in source.
NewtonContactJointGetContactCount
da_NewtonContactJointGetContactCount NewtonContactJointGetContactCount;
Undocumented in source.
NewtonContactJointGetFirstContact
da_NewtonContactJointGetFirstContact NewtonContactJointGetFirstContact;
Undocumented in source.
NewtonContactJointGetNextContact
da_NewtonContactJointGetNextContact NewtonContactJointGetNextContact;
Undocumented in source.
NewtonContactJointRemoveContact
da_NewtonContactJointRemoveContact NewtonContactJointRemoveContact;
Undocumented in source.
NewtonContactJointResetIntraJointCollision
da_NewtonContactJointResetIntraJointCollision NewtonContactJointResetIntraJointCollision;
Undocumented in source.
NewtonContactJointResetSelftJointCollision
da_NewtonContactJointResetSelftJointCollision NewtonContactJointResetSelftJointCollision;
Undocumented in source.
NewtonConvexCollisionCalculateBuoyancyAcceleration
da_NewtonConvexCollisionCalculateBuoyancyAcceleration NewtonConvexCollisionCalculateBuoyancyAcceleration;
Undocumented in source.
NewtonConvexCollisionCalculateInertialMatrix
da_NewtonConvexCollisionCalculateInertialMatrix NewtonConvexCollisionCalculateInertialMatrix;
Undocumented in source.
NewtonConvexCollisionCalculateVolume
da_NewtonConvexCollisionCalculateVolume NewtonConvexCollisionCalculateVolume;
Undocumented in source.
NewtonConvexHullGetFaceIndices
da_NewtonConvexHullGetFaceIndices NewtonConvexHullGetFaceIndices;
Undocumented in source.
NewtonConvexHullGetVertexData
da_NewtonConvexHullGetVertexData NewtonConvexHullGetVertexData;
Undocumented in source.
NewtonCorkscrewCalculateStopAccel
da_NewtonCorkscrewCalculateStopAccel NewtonCorkscrewCalculateStopAccel;
Undocumented in source.
NewtonCorkscrewCalculateStopAlpha
da_NewtonCorkscrewCalculateStopAlpha NewtonCorkscrewCalculateStopAlpha;
Undocumented in source.
NewtonCorkscrewGetJointAngle
da_NewtonCorkscrewGetJointAngle NewtonCorkscrewGetJointAngle;
Undocumented in source.
NewtonCorkscrewGetJointForce
da_NewtonCorkscrewGetJointForce NewtonCorkscrewGetJointForce;
Undocumented in source.
NewtonCorkscrewGetJointOmega
da_NewtonCorkscrewGetJointOmega NewtonCorkscrewGetJointOmega;
Undocumented in source.
NewtonCorkscrewGetJointPosit
da_NewtonCorkscrewGetJointPosit NewtonCorkscrewGetJointPosit;
Undocumented in source.
NewtonCorkscrewGetJointVeloc
da_NewtonCorkscrewGetJointVeloc NewtonCorkscrewGetJointVeloc;
Undocumented in source.
NewtonCorkscrewSetUserCallback
da_NewtonCorkscrewSetUserCallback NewtonCorkscrewSetUserCallback;
Undocumented in source.
NewtonCreate
da_NewtonCreate NewtonCreate;
Undocumented in source.
NewtonCreateBox
da_NewtonCreateBox NewtonCreateBox;
Undocumented in source.
NewtonCreateCapsule
da_NewtonCreateCapsule NewtonCreateCapsule;
Undocumented in source.
NewtonCreateChamferCylinder
da_NewtonCreateChamferCylinder NewtonCreateChamferCylinder;
Undocumented in source.
NewtonCreateCollisionFromSerialization
da_NewtonCreateCollisionFromSerialization NewtonCreateCollisionFromSerialization;
Undocumented in source.
NewtonCreateCompoundCollision
da_NewtonCreateCompoundCollision NewtonCreateCompoundCollision;
Undocumented in source.
NewtonCreateCompoundCollisionFromMesh
da_NewtonCreateCompoundCollisionFromMesh NewtonCreateCompoundCollisionFromMesh;
Undocumented in source.
NewtonCreateCone
da_NewtonCreateCone NewtonCreateCone;
Undocumented in source.
NewtonCreateConvexHull
da_NewtonCreateConvexHull NewtonCreateConvexHull;
Undocumented in source.
NewtonCreateConvexHullFromMesh
da_NewtonCreateConvexHullFromMesh NewtonCreateConvexHullFromMesh;
Undocumented in source.
NewtonCreateCylinder
da_NewtonCreateCylinder NewtonCreateCylinder;
Undocumented in source.
NewtonCreateDeformableSolid
da_NewtonCreateDeformableSolid NewtonCreateDeformableSolid;
Undocumented in source.
NewtonCreateDynamicBody
da_NewtonCreateDynamicBody NewtonCreateDynamicBody;
Undocumented in source.
NewtonCreateFracturedCompoundCollision
da_NewtonCreateFracturedCompoundCollision NewtonCreateFracturedCompoundCollision;
Undocumented in source.
NewtonCreateHeightFieldCollision
da_NewtonCreateHeightFieldCollision NewtonCreateHeightFieldCollision;
Undocumented in source.
NewtonCreateInverseDynamics
da_NewtonCreateInverseDynamics NewtonCreateInverseDynamics;
Undocumented in source.
NewtonCreateKinematicBody
da_NewtonCreateKinematicBody NewtonCreateKinematicBody;
Undocumented in source.
NewtonCreateMassSpringDamperSystem
da_NewtonCreateMassSpringDamperSystem NewtonCreateMassSpringDamperSystem;
Undocumented in source.
NewtonCreateNull
da_NewtonCreateNull NewtonCreateNull;
Undocumented in source.
NewtonCreateSceneCollision
da_NewtonCreateSceneCollision NewtonCreateSceneCollision;
Undocumented in source.
NewtonCreateSphere
da_NewtonCreateSphere NewtonCreateSphere;
Undocumented in source.
NewtonCreateTetrahedraLinearBlendSkinWeightsChannel
da_NewtonCreateTetrahedraLinearBlendSkinWeightsChannel NewtonCreateTetrahedraLinearBlendSkinWeightsChannel;
Undocumented in source.
NewtonCreateTreeCollision
da_NewtonCreateTreeCollision NewtonCreateTreeCollision;
Undocumented in source.
NewtonCreateTreeCollisionFromMesh
da_NewtonCreateTreeCollisionFromMesh NewtonCreateTreeCollisionFromMesh;
Undocumented in source.
NewtonCreateUserMeshCollision
da_NewtonCreateUserMeshCollision NewtonCreateUserMeshCollision;
Undocumented in source.
NewtonCurrentPlugin
da_NewtonCurrentPlugin NewtonCurrentPlugin;
Undocumented in source.
NewtonDeformableMeshGetParticleArray
da_NewtonDeformableMeshGetParticleArray NewtonDeformableMeshGetParticleArray;
Undocumented in source.
NewtonDeformableMeshGetParticleCount
da_NewtonDeformableMeshGetParticleCount NewtonDeformableMeshGetParticleCount;
Undocumented in source.
NewtonDeformableMeshGetParticleStrideInBytes
da_NewtonDeformableMeshGetParticleStrideInBytes NewtonDeformableMeshGetParticleStrideInBytes;
Undocumented in source.
NewtonDeserializeFromFile
da_NewtonDeserializeFromFile NewtonDeserializeFromFile;
Undocumented in source.
NewtonDeserializeScene
da_NewtonDeserializeScene NewtonDeserializeScene;
Undocumented in source.
NewtonDestroy
da_NewtonDestroy NewtonDestroy;
Undocumented in source.
NewtonDestroyAllBodies
da_NewtonDestroyAllBodies NewtonDestroyAllBodies;
Undocumented in source.
NewtonDestroyBody
da_NewtonDestroyBody NewtonDestroyBody;
Undocumented in source.
NewtonDestroyCollision
da_NewtonDestroyCollision NewtonDestroyCollision;
Undocumented in source.
NewtonDestroyJoint
da_NewtonDestroyJoint NewtonDestroyJoint;
Undocumented in source.
NewtonDispachThreadJob
da_NewtonDispachThreadJob NewtonDispachThreadJob;
Undocumented in source.
NewtonFindSerializedBody
da_NewtonFindSerializedBody NewtonFindSerializedBody;
Undocumented in source.
NewtonFracturedCompoundCollisionGetVertexCount
da_NewtonFracturedCompoundCollisionGetVertexCount NewtonFracturedCompoundCollisionGetVertexCount;
Undocumented in source.
NewtonFracturedCompoundCollisionGetVertexNormals
da_NewtonFracturedCompoundCollisionGetVertexNormals NewtonFracturedCompoundCollisionGetVertexNormals;
Undocumented in source.
NewtonFracturedCompoundCollisionGetVertexPositions
da_NewtonFracturedCompoundCollisionGetVertexPositions NewtonFracturedCompoundCollisionGetVertexPositions;
Undocumented in source.
NewtonFracturedCompoundCollisionGetVertexUVs
da_NewtonFracturedCompoundCollisionGetVertexUVs NewtonFracturedCompoundCollisionGetVertexUVs;
Undocumented in source.
NewtonFracturedCompoundGetFirstSubMesh
da_NewtonFracturedCompoundGetFirstSubMesh NewtonFracturedCompoundGetFirstSubMesh;
Undocumented in source.
NewtonFracturedCompoundGetMainMesh
da_NewtonFracturedCompoundGetMainMesh NewtonFracturedCompoundGetMainMesh;
Undocumented in source.
NewtonFracturedCompoundGetNextSubMesh
da_NewtonFracturedCompoundGetNextSubMesh NewtonFracturedCompoundGetNextSubMesh;
Undocumented in source.
NewtonFracturedCompoundIsNodeFreeToDetach
da_NewtonFracturedCompoundIsNodeFreeToDetach NewtonFracturedCompoundIsNodeFreeToDetach;
Undocumented in source.
NewtonFracturedCompoundMeshPartGetFirstSegment
da_NewtonFracturedCompoundMeshPartGetFirstSegment NewtonFracturedCompoundMeshPartGetFirstSegment;
Undocumented in source.
NewtonFracturedCompoundMeshPartGetIndexCount
da_NewtonFracturedCompoundMeshPartGetIndexCount NewtonFracturedCompoundMeshPartGetIndexCount;
Undocumented in source.
NewtonFracturedCompoundMeshPartGetIndexStream
da_NewtonFracturedCompoundMeshPartGetIndexStream NewtonFracturedCompoundMeshPartGetIndexStream;
Undocumented in source.
NewtonFracturedCompoundMeshPartGetMaterial
da_NewtonFracturedCompoundMeshPartGetMaterial NewtonFracturedCompoundMeshPartGetMaterial;
Undocumented in source.
NewtonFracturedCompoundMeshPartGetNextSegment
da_NewtonFracturedCompoundMeshPartGetNextSegment NewtonFracturedCompoundMeshPartGetNextSegment;
Undocumented in source.
NewtonFracturedCompoundNeighborNodeList
da_NewtonFracturedCompoundNeighborNodeList NewtonFracturedCompoundNeighborNodeList;
Undocumented in source.
NewtonFracturedCompoundPlaneClip
da_NewtonFracturedCompoundPlaneClip NewtonFracturedCompoundPlaneClip;
Undocumented in source.
NewtonFracturedCompoundSetCallbacks
da_NewtonFracturedCompoundSetCallbacks NewtonFracturedCompoundSetCallbacks;
Undocumented in source.
NewtonFree
da_NewtonFree NewtonFree;
Undocumented in source.
NewtonGetBroadphaseAlgorithm
da_NewtonGetBroadphaseAlgorithm NewtonGetBroadphaseAlgorithm;
Undocumented in source.
NewtonGetContactMergeTolerance
da_NewtonGetContactMergeTolerance NewtonGetContactMergeTolerance;
Undocumented in source.
NewtonGetEulerAngle
da_NewtonGetEulerAngle NewtonGetEulerAngle;
Undocumented in source.
NewtonGetFirstPlugin
da_NewtonGetFirstPlugin NewtonGetFirstPlugin;
Undocumented in source.
NewtonGetJointSerializationCallbacks
da_NewtonGetJointSerializationCallbacks NewtonGetJointSerializationCallbacks;
Undocumented in source.
NewtonGetLastUpdateTime
da_NewtonGetLastUpdateTime NewtonGetLastUpdateTime;
Undocumented in source.
NewtonGetMaxThreadsCount
da_NewtonGetMaxThreadsCount NewtonGetMaxThreadsCount;
Undocumented in source.
NewtonGetMemoryUsed
da_NewtonGetMemoryUsed NewtonGetMemoryUsed;
Undocumented in source.
NewtonGetNextPlugin
da_NewtonGetNextPlugin NewtonGetNextPlugin;
Undocumented in source.
NewtonGetNumberOfSubsteps
da_NewtonGetNumberOfSubsteps NewtonGetNumberOfSubsteps;
Undocumented in source.
NewtonGetPluginString
da_NewtonGetPluginString NewtonGetPluginString;
Undocumented in source.
NewtonGetPreferedPlugin
da_NewtonGetPreferedPlugin NewtonGetPreferedPlugin;
Undocumented in source.
NewtonGetSolverIterations
da_NewtonGetSolverIterations NewtonGetSolverIterations;
Undocumented in source.
NewtonGetThreadsCount
da_NewtonGetThreadsCount NewtonGetThreadsCount;
Undocumented in source.
NewtonHeightFieldSetHorizontalDisplacement
da_NewtonHeightFieldSetHorizontalDisplacement NewtonHeightFieldSetHorizontalDisplacement;
Undocumented in source.
NewtonHeightFieldSetUserRayCastCallback
da_NewtonHeightFieldSetUserRayCastCallback NewtonHeightFieldSetUserRayCastCallback;
Undocumented in source.
NewtonInvalidateCache
da_NewtonInvalidateCache NewtonInvalidateCache;
Undocumented in source.
NewtonInverseDynamicsAddChildNode
da_NewtonInverseDynamicsAddChildNode NewtonInverseDynamicsAddChildNode;
Undocumented in source.
NewtonInverseDynamicsAddLoopJoint
da_NewtonInverseDynamicsAddLoopJoint NewtonInverseDynamicsAddLoopJoint;
Undocumented in source.
NewtonInverseDynamicsAddRoot
da_NewtonInverseDynamicsAddRoot NewtonInverseDynamicsAddRoot;
Undocumented in source.
NewtonInverseDynamicsCreateEffector
da_NewtonInverseDynamicsCreateEffector NewtonInverseDynamicsCreateEffector;
Undocumented in source.
NewtonInverseDynamicsDestroy
da_NewtonInverseDynamicsDestroy NewtonInverseDynamicsDestroy;
Undocumented in source.
NewtonInverseDynamicsDestroyEffector
da_NewtonInverseDynamicsDestroyEffector NewtonInverseDynamicsDestroyEffector;
Undocumented in source.
NewtonInverseDynamicsEndBuild
da_NewtonInverseDynamicsEndBuild NewtonInverseDynamicsEndBuild;
Undocumented in source.
NewtonInverseDynamicsGetBody
da_NewtonInverseDynamicsGetBody NewtonInverseDynamicsGetBody;
Undocumented in source.
NewtonInverseDynamicsGetFirstChildNode
da_NewtonInverseDynamicsGetFirstChildNode NewtonInverseDynamicsGetFirstChildNode;
Undocumented in source.
NewtonInverseDynamicsGetJoint
da_NewtonInverseDynamicsGetJoint NewtonInverseDynamicsGetJoint;
Undocumented in source.
NewtonInverseDynamicsGetNextChildNode
da_NewtonInverseDynamicsGetNextChildNode NewtonInverseDynamicsGetNextChildNode;
Undocumented in source.
NewtonInverseDynamicsGetRoot
da_NewtonInverseDynamicsGetRoot NewtonInverseDynamicsGetRoot;
Undocumented in source.
NewtonInverseDynamicsUpdate
da_NewtonInverseDynamicsUpdate NewtonInverseDynamicsUpdate;
Undocumented in source.
NewtonIslandGetBody
da_NewtonIslandGetBody NewtonIslandGetBody;
Undocumented in source.
NewtonIslandGetBodyAABB
da_NewtonIslandGetBodyAABB NewtonIslandGetBodyAABB;
Undocumented in source.
NewtonJointGetBody0
da_NewtonJointGetBody0 NewtonJointGetBody0;
Undocumented in source.
NewtonJointGetBody1
da_NewtonJointGetBody1 NewtonJointGetBody1;
Undocumented in source.
NewtonJointGetCollisionState
da_NewtonJointGetCollisionState NewtonJointGetCollisionState;
Undocumented in source.
NewtonJointGetInfo
da_NewtonJointGetInfo NewtonJointGetInfo;
Undocumented in source.
NewtonJointGetStiffness
da_NewtonJointGetStiffness NewtonJointGetStiffness;
Undocumented in source.
NewtonJointGetUserData
da_NewtonJointGetUserData NewtonJointGetUserData;
Undocumented in source.
NewtonJointIsActive
da_NewtonJointIsActive NewtonJointIsActive;
Undocumented in source.
NewtonJointSetCollisionState
da_NewtonJointSetCollisionState NewtonJointSetCollisionState;
Undocumented in source.
NewtonJointSetDestructor
da_NewtonJointSetDestructor NewtonJointSetDestructor;
Undocumented in source.
NewtonJointSetStiffness
da_NewtonJointSetStiffness NewtonJointSetStiffness;
Undocumented in source.
NewtonJointSetUserData
da_NewtonJointSetUserData NewtonJointSetUserData;
Undocumented in source.
NewtonLoadPlugins
da_NewtonLoadPlugins NewtonLoadPlugins;
Undocumented in source.
NewtonMaterialContactRotateTangentDirections
da_NewtonMaterialContactRotateTangentDirections NewtonMaterialContactRotateTangentDirections;
Undocumented in source.
NewtonMaterialCreateGroupID
da_NewtonMaterialCreateGroupID NewtonMaterialCreateGroupID;
Undocumented in source.
NewtonMaterialDestroyAllGroupID
da_NewtonMaterialDestroyAllGroupID NewtonMaterialDestroyAllGroupID;
Undocumented in source.
NewtonMaterialGetBodyCollidingShape
da_NewtonMaterialGetBodyCollidingShape NewtonMaterialGetBodyCollidingShape;
Undocumented in source.
NewtonMaterialGetContactFaceAttribute
da_NewtonMaterialGetContactFaceAttribute NewtonMaterialGetContactFaceAttribute;
Undocumented in source.
NewtonMaterialGetContactForce
da_NewtonMaterialGetContactForce NewtonMaterialGetContactForce;
Undocumented in source.
NewtonMaterialGetContactMaxNormalImpact
da_NewtonMaterialGetContactMaxNormalImpact NewtonMaterialGetContactMaxNormalImpact;
Undocumented in source.
NewtonMaterialGetContactMaxTangentImpact
da_NewtonMaterialGetContactMaxTangentImpact NewtonMaterialGetContactMaxTangentImpact;
Undocumented in source.
NewtonMaterialGetContactNormalSpeed
da_NewtonMaterialGetContactNormalSpeed NewtonMaterialGetContactNormalSpeed;
Undocumented in source.
NewtonMaterialGetContactPenetration
da_NewtonMaterialGetContactPenetration NewtonMaterialGetContactPenetration;
Undocumented in source.
NewtonMaterialGetContactPositionAndNormal
da_NewtonMaterialGetContactPositionAndNormal NewtonMaterialGetContactPositionAndNormal;
Undocumented in source.
NewtonMaterialGetContactPruningTolerance
da_NewtonMaterialGetContactPruningTolerance NewtonMaterialGetContactPruningTolerance;
Undocumented in source.
NewtonMaterialGetContactTangentDirections
da_NewtonMaterialGetContactTangentDirections NewtonMaterialGetContactTangentDirections;
Undocumented in source.
NewtonMaterialGetContactTangentSpeed
da_NewtonMaterialGetContactTangentSpeed NewtonMaterialGetContactTangentSpeed;
Undocumented in source.
NewtonMaterialGetDefaultGroupID
da_NewtonMaterialGetDefaultGroupID NewtonMaterialGetDefaultGroupID;
Undocumented in source.
NewtonMaterialGetMaterialPairUserData
da_NewtonMaterialGetMaterialPairUserData NewtonMaterialGetMaterialPairUserData;
Undocumented in source.
NewtonMaterialGetUserData
da_NewtonMaterialGetUserData NewtonMaterialGetUserData;
Undocumented in source.
NewtonMaterialSetCallbackUserData
da_NewtonMaterialSetCallbackUserData NewtonMaterialSetCallbackUserData;
Undocumented in source.
NewtonMaterialSetCollisionCallback
da_NewtonMaterialSetCollisionCallback NewtonMaterialSetCollisionCallback;
Undocumented in source.
NewtonMaterialSetCompoundCollisionCallback
da_NewtonMaterialSetCompoundCollisionCallback NewtonMaterialSetCompoundCollisionCallback;
Undocumented in source.
NewtonMaterialSetContactElasticity
da_NewtonMaterialSetContactElasticity NewtonMaterialSetContactElasticity;
Undocumented in source.
NewtonMaterialSetContactFrictionCoef
da_NewtonMaterialSetContactFrictionCoef NewtonMaterialSetContactFrictionCoef;
Undocumented in source.
NewtonMaterialSetContactFrictionState
da_NewtonMaterialSetContactFrictionState NewtonMaterialSetContactFrictionState;
Undocumented in source.
NewtonMaterialSetContactGenerationCallback
da_NewtonMaterialSetContactGenerationCallback NewtonMaterialSetContactGenerationCallback;
Undocumented in source.
NewtonMaterialSetContactNormalAcceleration
da_NewtonMaterialSetContactNormalAcceleration NewtonMaterialSetContactNormalAcceleration;
Undocumented in source.
NewtonMaterialSetContactNormalDirection
da_NewtonMaterialSetContactNormalDirection NewtonMaterialSetContactNormalDirection;
Undocumented in source.
NewtonMaterialSetContactPosition
da_NewtonMaterialSetContactPosition NewtonMaterialSetContactPosition;
Undocumented in source.
NewtonMaterialSetContactPruningTolerance
da_NewtonMaterialSetContactPruningTolerance NewtonMaterialSetContactPruningTolerance;
Undocumented in source.
NewtonMaterialSetContactSoftness
da_NewtonMaterialSetContactSoftness NewtonMaterialSetContactSoftness;
Undocumented in source.
NewtonMaterialSetContactTangentAcceleration
da_NewtonMaterialSetContactTangentAcceleration NewtonMaterialSetContactTangentAcceleration;
Undocumented in source.
NewtonMaterialSetContactTangentFriction
da_NewtonMaterialSetContactTangentFriction NewtonMaterialSetContactTangentFriction;
Undocumented in source.
NewtonMaterialSetContactThickness
da_NewtonMaterialSetContactThickness NewtonMaterialSetContactThickness;
Undocumented in source.
NewtonMaterialSetDefaultCollidable
da_NewtonMaterialSetDefaultCollidable NewtonMaterialSetDefaultCollidable;
Undocumented in source.
NewtonMaterialSetDefaultElasticity
da_NewtonMaterialSetDefaultElasticity NewtonMaterialSetDefaultElasticity;
Undocumented in source.
NewtonMaterialSetDefaultFriction
da_NewtonMaterialSetDefaultFriction NewtonMaterialSetDefaultFriction;
Undocumented in source.
NewtonMaterialSetDefaultSoftness
da_NewtonMaterialSetDefaultSoftness NewtonMaterialSetDefaultSoftness;
Undocumented in source.
NewtonMaterialSetSurfaceThickness
da_NewtonMaterialSetSurfaceThickness NewtonMaterialSetSurfaceThickness;
Undocumented in source.
NewtonMeshAddBinormal
da_NewtonMeshAddBinormal NewtonMeshAddBinormal;
Undocumented in source.
NewtonMeshAddLayer
da_NewtonMeshAddLayer NewtonMeshAddLayer;
Undocumented in source.
NewtonMeshAddMaterial
da_NewtonMeshAddMaterial NewtonMeshAddMaterial;
Undocumented in source.
NewtonMeshAddNormal
da_NewtonMeshAddNormal NewtonMeshAddNormal;
Undocumented in source.
NewtonMeshAddPoint
da_NewtonMeshAddPoint NewtonMeshAddPoint;
Undocumented in source.
NewtonMeshAddUV0
da_NewtonMeshAddUV0 NewtonMeshAddUV0;
Undocumented in source.
NewtonMeshAddUV1
da_NewtonMeshAddUV1 NewtonMeshAddUV1;
Undocumented in source.
NewtonMeshApplyAngleBasedMapping
da_NewtonMeshApplyAngleBasedMapping NewtonMeshApplyAngleBasedMapping;
Undocumented in source.
NewtonMeshApplyBoxMapping
da_NewtonMeshApplyBoxMapping NewtonMeshApplyBoxMapping;
Undocumented in source.
NewtonMeshApplyCylindricalMapping
da_NewtonMeshApplyCylindricalMapping NewtonMeshApplyCylindricalMapping;
Undocumented in source.
NewtonMeshApplySphericalMapping
da_NewtonMeshApplySphericalMapping NewtonMeshApplySphericalMapping;
Undocumented in source.
NewtonMeshApplyTransform
da_NewtonMeshApplyTransform NewtonMeshApplyTransform;
Undocumented in source.
NewtonMeshApproximateConvexDecomposition
da_NewtonMeshApproximateConvexDecomposition NewtonMeshApproximateConvexDecomposition;
Undocumented in source.
NewtonMeshBeginBuild
da_NewtonMeshBeginBuild NewtonMeshBeginBuild;
Undocumented in source.
NewtonMeshBeginFace
da_NewtonMeshBeginFace NewtonMeshBeginFace;
Undocumented in source.
NewtonMeshBeginHandle
da_NewtonMeshBeginHandle NewtonMeshBeginHandle;
Undocumented in source.
NewtonMeshBuildFromVertexListIndexList
da_NewtonMeshBuildFromVertexListIndexList NewtonMeshBuildFromVertexListIndexList;
Undocumented in source.
NewtonMeshCalculateFaceNormal
da_NewtonMeshCalculateFaceNormal NewtonMeshCalculateFaceNormal;
Undocumented in source.
NewtonMeshCalculateOOBB
da_NewtonMeshCalculateOOBB NewtonMeshCalculateOOBB;
Undocumented in source.
NewtonMeshCalculateVertexNormals
da_NewtonMeshCalculateVertexNormals NewtonMeshCalculateVertexNormals;
Undocumented in source.
NewtonMeshClearVertexFormat
da_NewtonMeshClearVertexFormat NewtonMeshClearVertexFormat;
Undocumented in source.
NewtonMeshClip
da_NewtonMeshClip NewtonMeshClip;
Undocumented in source.
NewtonMeshConvexMeshIntersection
da_NewtonMeshConvexMeshIntersection NewtonMeshConvexMeshIntersection;
Undocumented in source.
NewtonMeshCreate
da_NewtonMeshCreate NewtonMeshCreate;
Undocumented in source.
NewtonMeshCreateConvexHull
da_NewtonMeshCreateConvexHull NewtonMeshCreateConvexHull;
Undocumented in source.
NewtonMeshCreateFirstLayer
da_NewtonMeshCreateFirstLayer NewtonMeshCreateFirstLayer;
Undocumented in source.
NewtonMeshCreateFirstSingleSegment
da_NewtonMeshCreateFirstSingleSegment NewtonMeshCreateFirstSingleSegment;
Undocumented in source.
NewtonMeshCreateFromCollision
da_NewtonMeshCreateFromCollision NewtonMeshCreateFromCollision;
Undocumented in source.
NewtonMeshCreateFromMesh
da_NewtonMeshCreateFromMesh NewtonMeshCreateFromMesh;
Undocumented in source.
NewtonMeshCreateFromSerialization
da_NewtonMeshCreateFromSerialization NewtonMeshCreateFromSerialization;
Undocumented in source.
NewtonMeshCreateNextLayer
da_NewtonMeshCreateNextLayer NewtonMeshCreateNextLayer;
Undocumented in source.
NewtonMeshCreateNextSingleSegment
da_NewtonMeshCreateNextSingleSegment NewtonMeshCreateNextSingleSegment;
Undocumented in source.
NewtonMeshCreateTetrahedraIsoSurface
da_NewtonMeshCreateTetrahedraIsoSurface NewtonMeshCreateTetrahedraIsoSurface;
Undocumented in source.
NewtonMeshCreateVoronoiConvexDecomposition
da_NewtonMeshCreateVoronoiConvexDecomposition NewtonMeshCreateVoronoiConvexDecomposition;
Undocumented in source.
NewtonMeshDestroy
da_NewtonMeshDestroy NewtonMeshDestroy;
Undocumented in source.
NewtonMeshDifference
da_NewtonMeshDifference NewtonMeshDifference;
Undocumented in source.
NewtonMeshEndBuild
da_NewtonMeshEndBuild NewtonMeshEndBuild;
Undocumented in source.
NewtonMeshEndFace
da_NewtonMeshEndFace NewtonMeshEndFace;
Undocumented in source.
NewtonMeshEndHandle
da_NewtonMeshEndHandle NewtonMeshEndHandle;
Undocumented in source.
NewtonMeshFirstMaterial
da_NewtonMeshFirstMaterial NewtonMeshFirstMaterial;
Undocumented in source.
NewtonMeshFixTJoints
da_NewtonMeshFixTJoints NewtonMeshFixTJoints;
Undocumented in source.
NewtonMeshGetBinormalChannel
da_NewtonMeshGetBinormalChannel NewtonMeshGetBinormalChannel;
Undocumented in source.
NewtonMeshGetEdgeIndices
da_NewtonMeshGetEdgeIndices NewtonMeshGetEdgeIndices;
Undocumented in source.
NewtonMeshGetFaceIndexCount
da_NewtonMeshGetFaceIndexCount NewtonMeshGetFaceIndexCount;
Undocumented in source.
NewtonMeshGetFaceIndices
da_NewtonMeshGetFaceIndices NewtonMeshGetFaceIndices;
Undocumented in source.
NewtonMeshGetFaceMaterial
da_NewtonMeshGetFaceMaterial NewtonMeshGetFaceMaterial;
Undocumented in source.
NewtonMeshGetFacePointIndices
da_NewtonMeshGetFacePointIndices NewtonMeshGetFacePointIndices;
Undocumented in source.
NewtonMeshGetFaces
da_NewtonMeshGetFaces NewtonMeshGetFaces;
Undocumented in source.
NewtonMeshGetFirstEdge
da_NewtonMeshGetFirstEdge NewtonMeshGetFirstEdge;
Undocumented in source.
NewtonMeshGetFirstFace
da_NewtonMeshGetFirstFace NewtonMeshGetFirstFace;
Undocumented in source.
NewtonMeshGetFirstPoint
da_NewtonMeshGetFirstPoint NewtonMeshGetFirstPoint;
Undocumented in source.
NewtonMeshGetFirstVertex
da_NewtonMeshGetFirstVertex NewtonMeshGetFirstVertex;
Undocumented in source.
NewtonMeshGetIndexToVertexMap
da_NewtonMeshGetIndexToVertexMap NewtonMeshGetIndexToVertexMap;
Undocumented in source.
NewtonMeshGetNextEdge
da_NewtonMeshGetNextEdge NewtonMeshGetNextEdge;
Undocumented in source.
NewtonMeshGetNextFace
da_NewtonMeshGetNextFace NewtonMeshGetNextFace;
Undocumented in source.
NewtonMeshGetNextPoint
da_NewtonMeshGetNextPoint NewtonMeshGetNextPoint;
Undocumented in source.
NewtonMeshGetNextVertex
da_NewtonMeshGetNextVertex NewtonMeshGetNextVertex;
Undocumented in source.
NewtonMeshGetNormalChannel
da_NewtonMeshGetNormalChannel NewtonMeshGetNormalChannel;
Undocumented in source.
NewtonMeshGetPointCount
da_NewtonMeshGetPointCount NewtonMeshGetPointCount;
Undocumented in source.
NewtonMeshGetPointIndex
da_NewtonMeshGetPointIndex NewtonMeshGetPointIndex;
Undocumented in source.
NewtonMeshGetTotalFaceCount
da_NewtonMeshGetTotalFaceCount NewtonMeshGetTotalFaceCount;
Undocumented in source.
NewtonMeshGetTotalIndexCount
da_NewtonMeshGetTotalIndexCount NewtonMeshGetTotalIndexCount;
Undocumented in source.
NewtonMeshGetUV0Channel
da_NewtonMeshGetUV0Channel NewtonMeshGetUV0Channel;
Undocumented in source.
NewtonMeshGetUV1Channel
da_NewtonMeshGetUV1Channel NewtonMeshGetUV1Channel;
Undocumented in source.
NewtonMeshGetVertexArray
da_NewtonMeshGetVertexArray NewtonMeshGetVertexArray;
Undocumented in source.
NewtonMeshGetVertexChannel
da_NewtonMeshGetVertexChannel NewtonMeshGetVertexChannel;
Undocumented in source.
NewtonMeshGetVertexColorChannel
da_NewtonMeshGetVertexColorChannel NewtonMeshGetVertexColorChannel;
Undocumented in source.
NewtonMeshGetVertexCount
da_NewtonMeshGetVertexCount NewtonMeshGetVertexCount;
Undocumented in source.
NewtonMeshGetVertexDoubleChannel
da_NewtonMeshGetVertexDoubleChannel NewtonMeshGetVertexDoubleChannel;
Undocumented in source.
NewtonMeshGetVertexIndex
da_NewtonMeshGetVertexIndex NewtonMeshGetVertexIndex;
Undocumented in source.
NewtonMeshGetVertexIndexFromPoint
da_NewtonMeshGetVertexIndexFromPoint NewtonMeshGetVertexIndexFromPoint;
Undocumented in source.
NewtonMeshGetVertexStrideInByte
da_NewtonMeshGetVertexStrideInByte NewtonMeshGetVertexStrideInByte;
Undocumented in source.
NewtonMeshHasBinormalChannel
da_NewtonMeshHasBinormalChannel NewtonMeshHasBinormalChannel;
Undocumented in source.
NewtonMeshHasNormalChannel
da_NewtonMeshHasNormalChannel NewtonMeshHasNormalChannel;
Undocumented in source.
NewtonMeshHasUV0Channel
da_NewtonMeshHasUV0Channel NewtonMeshHasUV0Channel;
Undocumented in source.
NewtonMeshHasUV1Channel
da_NewtonMeshHasUV1Channel NewtonMeshHasUV1Channel;
Undocumented in source.
NewtonMeshHasVertexColorChannel
da_NewtonMeshHasVertexColorChannel NewtonMeshHasVertexColorChannel;
Undocumented in source.
NewtonMeshIntersection
da_NewtonMeshIntersection NewtonMeshIntersection;
Undocumented in source.
NewtonMeshIsFaceOpen
da_NewtonMeshIsFaceOpen NewtonMeshIsFaceOpen;
Undocumented in source.
NewtonMeshIsOpenMesh
da_NewtonMeshIsOpenMesh NewtonMeshIsOpenMesh;
Undocumented in source.
NewtonMeshLoadOFF
da_NewtonMeshLoadOFF NewtonMeshLoadOFF;
Undocumented in source.
NewtonMeshLoadTetrahedraMesh
da_NewtonMeshLoadTetrahedraMesh NewtonMeshLoadTetrahedraMesh;
Undocumented in source.
NewtonMeshMaterialGetIndexCount
da_NewtonMeshMaterialGetIndexCount NewtonMeshMaterialGetIndexCount;
Undocumented in source.
NewtonMeshMaterialGetIndexStream
da_NewtonMeshMaterialGetIndexStream NewtonMeshMaterialGetIndexStream;
Undocumented in source.
NewtonMeshMaterialGetIndexStreamShort
da_NewtonMeshMaterialGetIndexStreamShort NewtonMeshMaterialGetIndexStreamShort;
Undocumented in source.
NewtonMeshMaterialGetMaterial
da_NewtonMeshMaterialGetMaterial NewtonMeshMaterialGetMaterial;
Undocumented in source.
NewtonMeshNextMaterial
da_NewtonMeshNextMaterial NewtonMeshNextMaterial;
Undocumented in source.
NewtonMeshOptimize
da_NewtonMeshOptimize NewtonMeshOptimize;
Undocumented in source.
NewtonMeshOptimizePoints
da_NewtonMeshOptimizePoints NewtonMeshOptimizePoints;
Undocumented in source.
NewtonMeshOptimizeVertex
da_NewtonMeshOptimizeVertex NewtonMeshOptimizeVertex;
Undocumented in source.
NewtonMeshPolygonize
da_NewtonMeshPolygonize NewtonMeshPolygonize;
Undocumented in source.
NewtonMeshSaveOFF
da_NewtonMeshSaveOFF NewtonMeshSaveOFF;
Undocumented in source.
NewtonMeshSerialize
da_NewtonMeshSerialize NewtonMeshSerialize;
Undocumented in source.
NewtonMeshSetFaceMaterial
da_NewtonMeshSetFaceMaterial NewtonMeshSetFaceMaterial;
Undocumented in source.
NewtonMeshSimplify
da_NewtonMeshSimplify NewtonMeshSimplify;
Undocumented in source.
NewtonMeshTriangulate
da_NewtonMeshTriangulate NewtonMeshTriangulate;
Undocumented in source.
NewtonMeshUnion
da_NewtonMeshUnion NewtonMeshUnion;
Undocumented in source.
NewtonRemoveUnusedVertices
da_NewtonRemoveUnusedVertices NewtonRemoveUnusedVertices;
Undocumented in source.
NewtonResetBroadphase
da_NewtonResetBroadphase NewtonResetBroadphase;
Undocumented in source.
NewtonSceneCollisionAddSubCollision
da_NewtonSceneCollisionAddSubCollision NewtonSceneCollisionAddSubCollision;
Undocumented in source.
NewtonSceneCollisionBeginAddRemove
da_NewtonSceneCollisionBeginAddRemove NewtonSceneCollisionBeginAddRemove;
Undocumented in source.
NewtonSceneCollisionEndAddRemove
da_NewtonSceneCollisionEndAddRemove NewtonSceneCollisionEndAddRemove;
Undocumented in source.
NewtonSceneCollisionGetCollisionFromNode
da_NewtonSceneCollisionGetCollisionFromNode NewtonSceneCollisionGetCollisionFromNode;
Undocumented in source.
NewtonSceneCollisionGetFirstNode
da_NewtonSceneCollisionGetFirstNode NewtonSceneCollisionGetFirstNode;
Undocumented in source.
NewtonSceneCollisionGetNextNode
da_NewtonSceneCollisionGetNextNode NewtonSceneCollisionGetNextNode;
Undocumented in source.
NewtonSceneCollisionGetNodeByIndex
da_NewtonSceneCollisionGetNodeByIndex NewtonSceneCollisionGetNodeByIndex;
Undocumented in source.
NewtonSceneCollisionGetNodeIndex
da_NewtonSceneCollisionGetNodeIndex NewtonSceneCollisionGetNodeIndex;
Undocumented in source.
NewtonSceneCollisionRemoveSubCollision
da_NewtonSceneCollisionRemoveSubCollision NewtonSceneCollisionRemoveSubCollision;
Undocumented in source.
NewtonSceneCollisionRemoveSubCollisionByIndex
da_NewtonSceneCollisionRemoveSubCollisionByIndex NewtonSceneCollisionRemoveSubCollisionByIndex;
Undocumented in source.
NewtonSceneCollisionSetSubCollisionMatrix
da_NewtonSceneCollisionSetSubCollisionMatrix NewtonSceneCollisionSetSubCollisionMatrix;
Undocumented in source.
NewtonSelectBroadphaseAlgorithm
da_NewtonSelectBroadphaseAlgorithm NewtonSelectBroadphaseAlgorithm;
Undocumented in source.
NewtonSelectPlugin
da_NewtonSelectPlugin NewtonSelectPlugin;
Undocumented in source.
NewtonSerializeScene
da_NewtonSerializeScene NewtonSerializeScene;
Undocumented in source.
NewtonSerializeToFile
da_NewtonSerializeToFile NewtonSerializeToFile;
Undocumented in source.
NewtonSetContactMergeTolerance
da_NewtonSetContactMergeTolerance NewtonSetContactMergeTolerance;
Undocumented in source.
NewtonSetEulerAngle
da_NewtonSetEulerAngle NewtonSetEulerAngle;
Undocumented in source.
NewtonSetIslandUpdateEvent
da_NewtonSetIslandUpdateEvent NewtonSetIslandUpdateEvent;
Undocumented in source.
NewtonSetJointSerializationCallbacks
da_NewtonSetJointSerializationCallbacks NewtonSetJointSerializationCallbacks;
Undocumented in source.
NewtonSetMemorySystem
da_NewtonSetMemorySystem NewtonSetMemorySystem;
Undocumented in source.
NewtonSetNumberOfSubsteps
da_NewtonSetNumberOfSubsteps NewtonSetNumberOfSubsteps;
Undocumented in source.
NewtonSetSolverIterations
da_NewtonSetSolverIterations NewtonSetSolverIterations;
Undocumented in source.
NewtonSetThreadsCount
da_NewtonSetThreadsCount NewtonSetThreadsCount;
Undocumented in source.
NewtonSliderCalculateStopAccel
da_NewtonSliderCalculateStopAccel NewtonSliderCalculateStopAccel;
Undocumented in source.
NewtonSliderGetJointForce
da_NewtonSliderGetJointForce NewtonSliderGetJointForce;
Undocumented in source.
NewtonSliderGetJointPosit
da_NewtonSliderGetJointPosit NewtonSliderGetJointPosit;
Undocumented in source.
NewtonSliderGetJointVeloc
da_NewtonSliderGetJointVeloc NewtonSliderGetJointVeloc;
Undocumented in source.
NewtonSliderSetUserCallback
da_NewtonSliderSetUserCallback NewtonSliderSetUserCallback;
Undocumented in source.
NewtonStaticCollisionSetDebugCallback
da_NewtonStaticCollisionSetDebugCallback NewtonStaticCollisionSetDebugCallback;
Undocumented in source.
NewtonSyncThreadJobs
da_NewtonSyncThreadJobs NewtonSyncThreadJobs;
Undocumented in source.
NewtonTreeCollisionAddFace
da_NewtonTreeCollisionAddFace NewtonTreeCollisionAddFace;
Undocumented in source.
NewtonTreeCollisionBeginBuild
da_NewtonTreeCollisionBeginBuild NewtonTreeCollisionBeginBuild;
Undocumented in source.
NewtonTreeCollisionEndBuild
da_NewtonTreeCollisionEndBuild NewtonTreeCollisionEndBuild;
Undocumented in source.
NewtonTreeCollisionForEachFace
da_NewtonTreeCollisionForEachFace NewtonTreeCollisionForEachFace;
Undocumented in source.
NewtonTreeCollisionGetFaceAttribute
da_NewtonTreeCollisionGetFaceAttribute NewtonTreeCollisionGetFaceAttribute;
Undocumented in source.
NewtonTreeCollisionGetVertexListTriangleListInAABB
da_NewtonTreeCollisionGetVertexListTriangleListInAABB NewtonTreeCollisionGetVertexListTriangleListInAABB;
Undocumented in source.
NewtonTreeCollisionSetFaceAttribute
da_NewtonTreeCollisionSetFaceAttribute NewtonTreeCollisionSetFaceAttribute;
Undocumented in source.
NewtonTreeCollisionSetUserRayCastCallback
da_NewtonTreeCollisionSetUserRayCastCallback NewtonTreeCollisionSetUserRayCastCallback;
Undocumented in source.
NewtonUniversalCalculateStopAlpha0
da_NewtonUniversalCalculateStopAlpha0 NewtonUniversalCalculateStopAlpha0;
Undocumented in source.
NewtonUniversalCalculateStopAlpha1
da_NewtonUniversalCalculateStopAlpha1 NewtonUniversalCalculateStopAlpha1;
Undocumented in source.
NewtonUniversalGetJointAngle0
da_NewtonUniversalGetJointAngle0 NewtonUniversalGetJointAngle0;
Undocumented in source.
NewtonUniversalGetJointAngle1
da_NewtonUniversalGetJointAngle1 NewtonUniversalGetJointAngle1;
Undocumented in source.
NewtonUniversalGetJointForce
da_NewtonUniversalGetJointForce NewtonUniversalGetJointForce;
Undocumented in source.
NewtonUniversalGetJointOmega0
da_NewtonUniversalGetJointOmega0 NewtonUniversalGetJointOmega0;
Undocumented in source.
NewtonUniversalGetJointOmega1
da_NewtonUniversalGetJointOmega1 NewtonUniversalGetJointOmega1;
Undocumented in source.
NewtonUniversalSetUserCallback
da_NewtonUniversalSetUserCallback NewtonUniversalSetUserCallback;
Undocumented in source.
NewtonUnloadPlugins
da_NewtonUnloadPlugins NewtonUnloadPlugins;
Undocumented in source.
NewtonUpVectorGetPin
da_NewtonUpVectorGetPin NewtonUpVectorGetPin;
Undocumented in source.
NewtonUpVectorSetPin
da_NewtonUpVectorSetPin NewtonUpVectorSetPin;
Undocumented in source.
NewtonUpdate
da_NewtonUpdate NewtonUpdate;
Undocumented in source.
NewtonUpdateAsync
da_NewtonUpdateAsync NewtonUpdateAsync;
Undocumented in source.
NewtonUserJoinRowsCount
da_NewtonUserJoinRowsCount NewtonUserJoinRowsCount;
Undocumented in source.
NewtonUserJointAddAngularRow
da_NewtonUserJointAddAngularRow NewtonUserJointAddAngularRow;
Undocumented in source.
NewtonUserJointAddGeneralRow
da_NewtonUserJointAddGeneralRow NewtonUserJointAddGeneralRow;
Undocumented in source.
NewtonUserJointAddLinearRow
da_NewtonUserJointAddLinearRow NewtonUserJointAddLinearRow;
Undocumented in source.
NewtonUserJointCalculateRowZeroAccelaration
da_NewtonUserJointCalculateRowZeroAccelaration NewtonUserJointCalculateRowZeroAccelaration;
Undocumented in source.
NewtonUserJointGetGeneralRow
da_NewtonUserJointGetGeneralRow NewtonUserJointGetGeneralRow;
Undocumented in source.
NewtonUserJointGetRowAcceleration
da_NewtonUserJointGetRowAcceleration NewtonUserJointGetRowAcceleration;
Undocumented in source.
NewtonUserJointGetRowForce
da_NewtonUserJointGetRowForce NewtonUserJointGetRowForce;
Undocumented in source.
NewtonUserJointGetSolverModel
da_NewtonUserJointGetSolverModel NewtonUserJointGetSolverModel;
Undocumented in source.
NewtonUserJointSetFeedbackCollectorCallback
da_NewtonUserJointSetFeedbackCollectorCallback NewtonUserJointSetFeedbackCollectorCallback;
Undocumented in source.
NewtonUserJointSetRowAcceleration
da_NewtonUserJointSetRowAcceleration NewtonUserJointSetRowAcceleration;
Undocumented in source.
NewtonUserJointSetRowAsInverseDynamics
da_NewtonUserJointSetRowAsInverseDynamics NewtonUserJointSetRowAsInverseDynamics;
Undocumented in source.
NewtonUserJointSetRowMaximumFriction
da_NewtonUserJointSetRowMaximumFriction NewtonUserJointSetRowMaximumFriction;
Undocumented in source.
NewtonUserJointSetRowMinimumFriction
da_NewtonUserJointSetRowMinimumFriction NewtonUserJointSetRowMinimumFriction;
Undocumented in source.
NewtonUserJointSetRowSpringDamperAcceleration
da_NewtonUserJointSetRowSpringDamperAcceleration NewtonUserJointSetRowSpringDamperAcceleration;
Undocumented in source.
NewtonUserJointSetRowStiffness
da_NewtonUserJointSetRowStiffness NewtonUserJointSetRowStiffness;
Undocumented in source.
NewtonUserJointSetSolverModel
da_NewtonUserJointSetSolverModel NewtonUserJointSetSolverModel;
Undocumented in source.
NewtonUserJointSubmitImmediateModeConstraint
da_NewtonUserJointSubmitImmediateModeConstraint NewtonUserJointSubmitImmediateModeConstraint;
Undocumented in source.
NewtonUserMeshCollisionContinuousOverlapTest
da_NewtonUserMeshCollisionContinuousOverlapTest NewtonUserMeshCollisionContinuousOverlapTest;
Undocumented in source.
NewtonWaitForUpdateToFinish
da_NewtonWaitForUpdateToFinish NewtonWaitForUpdateToFinish;
Undocumented in source.
NewtonWorldAddListener
da_NewtonWorldAddListener NewtonWorldAddListener;
Undocumented in source.
NewtonWorldCollide
da_NewtonWorldCollide NewtonWorldCollide;
Undocumented in source.
NewtonWorldConvexCast
da_NewtonWorldConvexCast NewtonWorldConvexCast;
Undocumented in source.
NewtonWorldCriticalSectionLock
da_NewtonWorldCriticalSectionLock NewtonWorldCriticalSectionLock;
Undocumented in source.
NewtonWorldCriticalSectionUnlock
da_NewtonWorldCriticalSectionUnlock NewtonWorldCriticalSectionUnlock;
Undocumented in source.
NewtonWorldFloatSize
da_NewtonWorldFloatSize NewtonWorldFloatSize;
Undocumented in source.
NewtonWorldForEachBodyInAABBDo
da_NewtonWorldForEachBodyInAABBDo NewtonWorldForEachBodyInAABBDo;
Undocumented in source.
NewtonWorldForEachJointDo
da_NewtonWorldForEachJointDo NewtonWorldForEachJointDo;
Undocumented in source.
NewtonWorldGetBodyCount
da_NewtonWorldGetBodyCount NewtonWorldGetBodyCount;
Undocumented in source.
NewtonWorldGetConstraintCount
da_NewtonWorldGetConstraintCount NewtonWorldGetConstraintCount;
Undocumented in source.
NewtonWorldGetDestructorCallback
da_NewtonWorldGetDestructorCallback NewtonWorldGetDestructorCallback;
Undocumented in source.
NewtonWorldGetFirstBody
da_NewtonWorldGetFirstBody NewtonWorldGetFirstBody;
Undocumented in source.
NewtonWorldGetFirstMaterial
da_NewtonWorldGetFirstMaterial NewtonWorldGetFirstMaterial;
Undocumented in source.
NewtonWorldGetListener
da_NewtonWorldGetListener NewtonWorldGetListener;
Undocumented in source.
NewtonWorldGetListenerUserData
da_NewtonWorldGetListenerUserData NewtonWorldGetListenerUserData;
Undocumented in source.
NewtonWorldGetNextBody
da_NewtonWorldGetNextBody NewtonWorldGetNextBody;
Undocumented in source.
NewtonWorldGetNextMaterial
da_NewtonWorldGetNextMaterial NewtonWorldGetNextMaterial;
Undocumented in source.
NewtonWorldGetUserData
da_NewtonWorldGetUserData NewtonWorldGetUserData;
Undocumented in source.
NewtonWorldGetVersion
da_NewtonWorldGetVersion NewtonWorldGetVersion;
Undocumented in source.
NewtonWorldListenerDebug
da_NewtonWorldListenerDebug NewtonWorldListenerDebug;
Undocumented in source.
NewtonWorldListenerGetBodyDestroyCallback
da_NewtonWorldListenerGetBodyDestroyCallback NewtonWorldListenerGetBodyDestroyCallback;
Undocumented in source.
NewtonWorldListenerSetBodyDestroyCallback
da_NewtonWorldListenerSetBodyDestroyCallback NewtonWorldListenerSetBodyDestroyCallback;
Undocumented in source.
NewtonWorldListenerSetDebugCallback
da_NewtonWorldListenerSetDebugCallback NewtonWorldListenerSetDebugCallback;
Undocumented in source.
NewtonWorldListenerSetDestructorCallback
da_NewtonWorldListenerSetDestructorCallback NewtonWorldListenerSetDestructorCallback;
Undocumented in source.
NewtonWorldListenerSetPostUpdateCallback
da_NewtonWorldListenerSetPostUpdateCallback NewtonWorldListenerSetPostUpdateCallback;
Undocumented in source.
NewtonWorldListenerSetPreUpdateCallback
da_NewtonWorldListenerSetPreUpdateCallback NewtonWorldListenerSetPreUpdateCallback;
Undocumented in source.
NewtonWorldRayCast
da_NewtonWorldRayCast NewtonWorldRayCast;
Undocumented in source.
NewtonWorldSetCollisionConstructorDestructorCallback
da_NewtonWorldSetCollisionConstructorDestructorCallback NewtonWorldSetCollisionConstructorDestructorCallback;
Undocumented in source.
NewtonWorldSetDestructorCallback
da_NewtonWorldSetDestructorCallback NewtonWorldSetDestructorCallback;
Undocumented in source.
NewtonYield
da_NewtonYield NewtonYield;
Undocumented in source.

Meta