bindbc.newton.funcs

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(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(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_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_NewtonBodyGetGyroscopicTorque
alias da_NewtonBodyGetGyroscopicTorque = 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_NewtonBodySetGyroscopicTorque
alias da_NewtonBodySetGyroscopicTorque = 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_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 = 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 = dFloat 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 = long 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, long 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_NewtonConvexCollisionCalculateBuoyancyVolume
alias da_NewtonConvexCollisionCalculateBuoyancyVolume = dFloat function(const NewtonCollision* convexCollision, const dFloat* matrix, const dFloat* fluidPlane, dFloat* centerOfBuoyancy)
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_NewtonCreateAsymetricDynamicBody
alias da_NewtonCreateAsymetricDynamicBody = 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_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_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 = 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, 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 = 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 = 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 = 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_NewtonGetParallelSolverOnLargeIsland
alias da_NewtonGetParallelSolverOnLargeIsland = 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 = 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_NewtonGetPostUpdateCallback
alias da_NewtonGetPostUpdateCallback = NewtonPostUpdateCallback 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_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_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_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 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_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_NewtonMaterialJointResetIntraJointCollision
alias da_NewtonMaterialJointResetIntraJointCollision = 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_NewtonMaterialJointResetSelftJointCollision
alias da_NewtonMaterialJointResetSelftJointCollision = 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_NewtonMaterialSetAsSoftContact
alias da_NewtonMaterialSetAsSoftContact = void function(const NewtonMaterial* material, dFloat relaxation)
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 NewtonJoint* contactJoint, 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, double x, double y, double 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_NewtonMeshAddVertexColor
alias da_NewtonMeshAddVertexColor = void function(const NewtonMesh* mesh, dFloat r, dFloat g, dFloat b, dFloat a)
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, dFloat* aligmentMatrix)
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, const dFloat* aligmentMatrix)
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, const dFloat* aligmentMatrix)
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, const dFloat* aligmentMatrix)
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, double* 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_NewtonMeshFlipWinding
alias da_NewtonMeshFlipWinding = 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 = 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 = double* 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_NewtonMeshGetVertexBaseCount
alias da_NewtonMeshGetVertexBaseCount = 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_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, double* 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_NewtonMeshSetVertexBaseCount
alias da_NewtonMeshSetVertexBaseCount = void function(const NewtonMesh* mesh, int baseCount)
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, 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_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_NewtonSetParallelSolverOnLargeIsland
alias da_NewtonSetParallelSolverOnLargeIsland = void function(const NewtonWorld* newtonWorld, 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_NewtonSetPostUpdateCallback
alias da_NewtonSetPostUpdateCallback = void function(const NewtonWorld* newtonWorld, NewtonPostUpdateCallback callback)
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_NewtonUserJointCalculateRowZeroAcceleration
alias da_NewtonUserJointCalculateRowZeroAcceleration = 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_NewtonUserJointGetRowJacobian
alias da_NewtonUserJointGetRowJacobian = void function(const NewtonJoint* joint, dFloat* linear0, dFloat* angula0, dFloat* linear1, dFloat* angula1)
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_NewtonUserJointMassScale
alias da_NewtonUserJointMassScale = void function(const NewtonJoint* joint, dFloat scaleBody0, dFloat scaleBody1)
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_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_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_NewtonWorldFindJoint
alias da_NewtonWorldFindJoint = 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_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 callback)
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 callback)
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 callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_NewtonWorldListenerSetPostStepCallback
alias da_NewtonWorldListenerSetPostStepCallback = void function(const NewtonWorld* newtonWorld, void* listener, NewtonWorldUpdateListenerCallback callback)
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 callback)
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 callback)
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_NewtonWorldSetCreateDestroyContactCallback
alias da_NewtonWorldSetCreateDestroyContactCallback = void function(const NewtonWorld* newtonWorld, NewtonCreateContactCallback createContact, NewtonDestroyContactCallback destroyContact)
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_NewtonWorldSetUserData
alias da_NewtonWorldSetUserData = void function(const NewtonWorld* newtonWorld, 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_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.

Static variables

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

Meta