newton.functions

Undocumented in source.

Members

Functions

NewtonAlloc
void* NewtonAlloc(int sizeInBytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonAtomicAdd
int NewtonAtomicAdd(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.
NewtonAtomicSwap
int NewtonAtomicSwap(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.
NewtonBallGetJointAngle
void NewtonBallGetJointAngle(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.
NewtonBallGetJointForce
void NewtonBallGetJointForce(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.
NewtonBallGetJointOmega
void NewtonBallGetJointOmega(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.
NewtonBallSetConeLimits
void NewtonBallSetConeLimits(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.
NewtonBallSetUserCallback
void NewtonBallSetUserCallback(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.
NewtonBodyAddForce
void NewtonBodyAddForce(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.
NewtonBodyAddImpulse
void NewtonBodyAddImpulse(NewtonBody* body_, dFloat* pointDeltaVeloc, 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.
NewtonBodyAddTorque
void NewtonBodyAddTorque(NewtonBody* body_, dFloat* torque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyApplyImpulseArray
void NewtonBodyApplyImpulseArray(NewtonBody* body_, int impuleCount, int strideInByte, dFloat* impulseArray, 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.
NewtonBodyApplyImpulsePair
void NewtonBodyApplyImpulsePair(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.
NewtonBodyCalculateInverseDynamicsForce
void NewtonBodyCalculateInverseDynamicsForce(NewtonBody* body_, dFloat timestep, dFloat* desiredVeloc, dFloat* forceOut)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetAABB
void NewtonBodyGetAABB(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.
NewtonBodyGetAcceleration
void NewtonBodyGetAcceleration(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.
NewtonBodyGetAlpha
void NewtonBodyGetAlpha(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.
NewtonBodyGetAngularDamping
void NewtonBodyGetAngularDamping(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.
NewtonBodyGetAutoSleep
int NewtonBodyGetAutoSleep(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetCentreOfMass
void NewtonBodyGetCentreOfMass(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.
NewtonBodyGetCollidable
int NewtonBodyGetCollidable(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetCollision
NewtonCollision* NewtonBodyGetCollision(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetContinuousCollisionMode
int NewtonBodyGetContinuousCollisionMode(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetDestructorCallback
NewtonBodyDestructor NewtonBodyGetDestructorCallback(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetFirstContactJoint
NewtonJoint* NewtonBodyGetFirstContactJoint(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetFirstJoint
NewtonJoint* NewtonBodyGetFirstJoint(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetForce
void NewtonBodyGetForce(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.
NewtonBodyGetForceAndTorqueCallback
NewtonApplyForceAndTorque NewtonBodyGetForceAndTorqueCallback(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetFreezeState
int NewtonBodyGetFreezeState(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetID
int NewtonBodyGetID(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetInertiaMatrix
void NewtonBodyGetInertiaMatrix(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.
NewtonBodyGetInvInertiaMatrix
void NewtonBodyGetInvInertiaMatrix(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.
NewtonBodyGetInvMass
void NewtonBodyGetInvMass(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.
NewtonBodyGetJointRecursiveCollision
int NewtonBodyGetJointRecursiveCollision(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetLinearDamping
dFloat NewtonBodyGetLinearDamping(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetMass
void NewtonBodyGetMass(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.
NewtonBodyGetMaterialGroupID
int NewtonBodyGetMaterialGroupID(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetMatrix
void NewtonBodyGetMatrix(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.
NewtonBodyGetMaxRotationPerStep
dFloat NewtonBodyGetMaxRotationPerStep(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetNextContactJoint
NewtonJoint* NewtonBodyGetNextContactJoint(NewtonBody* body_, NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetNextJoint
NewtonJoint* NewtonBodyGetNextJoint(NewtonBody* body_, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetOmega
void NewtonBodyGetOmega(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.
NewtonBodyGetPointVelocity
void NewtonBodyGetPointVelocity(NewtonBody* body_, 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.
NewtonBodyGetPosition
void NewtonBodyGetPosition(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.
NewtonBodyGetRotation
void NewtonBodyGetRotation(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.
NewtonBodyGetSerializedID
int NewtonBodyGetSerializedID(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetSimulationState
int NewtonBodyGetSimulationState(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetSleepState
int NewtonBodyGetSleepState(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetTorque
void NewtonBodyGetTorque(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.
NewtonBodyGetTransformCallback
NewtonSetTransform NewtonBodyGetTransformCallback(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetType
int NewtonBodyGetType(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetUserData
void* NewtonBodyGetUserData(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyGetVelocity
void NewtonBodyGetVelocity(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.
NewtonBodyGetWorld
NewtonWorld* NewtonBodyGetWorld(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodyIntegrateVelocity
void NewtonBodyIntegrateVelocity(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.
NewtonBodySetAngularDamping
void NewtonBodySetAngularDamping(NewtonBody* body_, dFloat* angularDamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetAutoSleep
void NewtonBodySetAutoSleep(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.
NewtonBodySetCentreOfMass
void NewtonBodySetCentreOfMass(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.
NewtonBodySetCollidable
void NewtonBodySetCollidable(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.
NewtonBodySetCollision
void NewtonBodySetCollision(NewtonBody* body_, NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetCollisionScale
void NewtonBodySetCollisionScale(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.
NewtonBodySetContinuousCollisionMode
void NewtonBodySetContinuousCollisionMode(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.
NewtonBodySetDestructorCallback
void NewtonBodySetDestructorCallback(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.
NewtonBodySetForce
void NewtonBodySetForce(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.
NewtonBodySetForceAndTorqueCallback
void NewtonBodySetForceAndTorqueCallback(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.
NewtonBodySetFreezeState
void NewtonBodySetFreezeState(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.
NewtonBodySetFullMassMatrix
void NewtonBodySetFullMassMatrix(NewtonBody* body_, dFloat mass, dFloat* inertiaMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetJointRecursiveCollision
void NewtonBodySetJointRecursiveCollision(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.
NewtonBodySetLinearDamping
void NewtonBodySetLinearDamping(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.
NewtonBodySetMassMatrix
void NewtonBodySetMassMatrix(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.
NewtonBodySetMassProperties
void NewtonBodySetMassProperties(NewtonBody* body_, dFloat mass, NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetMaterialGroupID
void NewtonBodySetMaterialGroupID(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.
NewtonBodySetMatrix
void NewtonBodySetMatrix(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.
NewtonBodySetMatrixNoSleep
void NewtonBodySetMatrixNoSleep(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.
NewtonBodySetMatrixRecursive
void NewtonBodySetMatrixRecursive(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.
NewtonBodySetMaxRotationPerStep
void NewtonBodySetMaxRotationPerStep(NewtonBody* body_, dFloat angleInRadians)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetOmega
void NewtonBodySetOmega(NewtonBody* body_, dFloat* omega)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetOmegaNoSleep
void NewtonBodySetOmegaNoSleep(NewtonBody* body_, dFloat* omega)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetSimulationState
void NewtonBodySetSimulationState(NewtonBody* bodyPtr, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetSleepState
void NewtonBodySetSleepState(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.
NewtonBodySetTorque
void NewtonBodySetTorque(NewtonBody* body_, dFloat* torque)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetTransformCallback
void NewtonBodySetTransformCallback(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.
NewtonBodySetUserData
void NewtonBodySetUserData(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.
NewtonBodySetVelocity
void NewtonBodySetVelocity(NewtonBody* body_, dFloat* velocity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonBodySetVelocityNoSleep
void NewtonBodySetVelocityNoSleep(NewtonBody* body_, dFloat* velocity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCalculateSpringDamperAcceleration
dFloat NewtonCalculateSpringDamperAcceleration(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.
NewtonCollisionAggregateAddBody
void NewtonCollisionAggregateAddBody(void* aggregate, NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionAggregateCreate
void* NewtonCollisionAggregateCreate(NewtonWorld* world)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionAggregateDestroy
void NewtonCollisionAggregateDestroy(void* aggregate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionAggregateGetSelfCollision
int NewtonCollisionAggregateGetSelfCollision(void* aggregate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionAggregateRemoveBody
void NewtonCollisionAggregateRemoveBody(void* aggregate, NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionAggregateSetSelfCollision
void NewtonCollisionAggregateSetSelfCollision(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.
NewtonCollisionCalculateAABB
void NewtonCollisionCalculateAABB(NewtonCollision* collision, 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.
NewtonCollisionClosestPoint
int NewtonCollisionClosestPoint(NewtonWorld* newtonWorld, NewtonCollision* collisionA, dFloat* matrixA, NewtonCollision* collisionB, 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.
NewtonCollisionCollide
int NewtonCollisionCollide(NewtonWorld* newtonWorld, int maxSize, NewtonCollision* collisionA, dFloat* matrixA, NewtonCollision* collisionB, 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.
NewtonCollisionCollideContinue
int NewtonCollisionCollideContinue(NewtonWorld* newtonWorld, int maxSize, dFloat timestep, NewtonCollision* collisionA, dFloat* matrixA, dFloat* velocA, const(dFloat)* omegaA, NewtonCollision* collisionB, dFloat* matrixB, dFloat* velocB, 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.
NewtonCollisionCreateInstance
NewtonCollision* NewtonCollisionCreateInstance(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionDataPointer
const(void)* NewtonCollisionDataPointer(NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionForEachPolygonDo
void NewtonCollisionForEachPolygonDo(NewtonCollision* collision, 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.
NewtonCollisionGetInfo
void NewtonCollisionGetInfo(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.
NewtonCollisionGetMatrix
void NewtonCollisionGetMatrix(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.
NewtonCollisionGetMode
int NewtonCollisionGetMode(NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetParentInstance
NewtonCollision* NewtonCollisionGetParentInstance(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetScale
void NewtonCollisionGetScale(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.
NewtonCollisionGetSubCollisionHandle
void* NewtonCollisionGetSubCollisionHandle(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetType
int NewtonCollisionGetType(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetUserData
void* NewtonCollisionGetUserData(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetUserData1
void* NewtonCollisionGetUserData1(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionGetUserID
uint NewtonCollisionGetUserID(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionIntersectionTest
int NewtonCollisionIntersectionTest(NewtonWorld* newtonWorld, NewtonCollision* collisionA, dFloat* matrixA, NewtonCollision* collisionB, 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.
NewtonCollisionIsConvexShape
int NewtonCollisionIsConvexShape(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionIsStaticShape
int NewtonCollisionIsStaticShape(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionPointDistance
int NewtonCollisionPointDistance(NewtonWorld* newtonWorld, dFloat* point, NewtonCollision* collision, 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.
NewtonCollisionRayCast
dFloat NewtonCollisionRayCast(NewtonCollision* collision, dFloat* p0, 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.
NewtonCollisionSerialize
void NewtonCollisionSerialize(NewtonWorld* newtonWorld, 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.
NewtonCollisionSetMatrix
void NewtonCollisionSetMatrix(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.
NewtonCollisionSetMode
void NewtonCollisionSetMode(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.
NewtonCollisionSetScale
void NewtonCollisionSetScale(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.
NewtonCollisionSetUserData
void NewtonCollisionSetUserData(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.
NewtonCollisionSetUserData1
void NewtonCollisionSetUserData1(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.
NewtonCollisionSetUserID
void NewtonCollisionSetUserID(NewtonCollision* collision, uint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCollisionSupportVertex
void NewtonCollisionSupportVertex(NewtonCollision* collision, 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.
NewtonCompoundCollisionAddSubCollision
void* NewtonCompoundCollisionAddSubCollision(NewtonCollision* compoundCollision, NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionBeginAddRemove
void NewtonCompoundCollisionBeginAddRemove(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionEndAddRemove
void NewtonCompoundCollisionEndAddRemove(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionGetCollisionFromNode
NewtonCollision* NewtonCompoundCollisionGetCollisionFromNode(NewtonCollision* compoundCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionGetFirstNode
void* NewtonCompoundCollisionGetFirstNode(NewtonCollision* compoundCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionGetNextNode
void* NewtonCompoundCollisionGetNextNode(NewtonCollision* compoundCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionGetNodeByIndex
void* NewtonCompoundCollisionGetNodeByIndex(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.
NewtonCompoundCollisionGetNodeIndex
int NewtonCompoundCollisionGetNodeIndex(NewtonCollision* compoundCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionRemoveSubCollision
void NewtonCompoundCollisionRemoveSubCollision(NewtonCollision* compoundCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCompoundCollisionRemoveSubCollisionByIndex
void NewtonCompoundCollisionRemoveSubCollisionByIndex(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.
NewtonCompoundCollisionSetSubCollisionMatrix
void NewtonCompoundCollisionSetSubCollisionMatrix(NewtonCollision* compoundCollision, void* collisionNode, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateBall
NewtonJoint* NewtonConstraintCreateBall(NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateCorkscrew
NewtonJoint* NewtonConstraintCreateCorkscrew(NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateHinge
NewtonJoint* NewtonConstraintCreateHinge(NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateSlider
NewtonJoint* NewtonConstraintCreateSlider(NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateUniversal
NewtonJoint* NewtonConstraintCreateUniversal(NewtonWorld* newtonWorld, const(dFloat)* pivotPoint, const(dFloat)* pinDir0, const(dFloat)* pinDir1, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateUpVector
NewtonJoint* NewtonConstraintCreateUpVector(NewtonWorld* newtonWorld, const(dFloat)* pinDir, NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConstraintCreateUserJoint
NewtonJoint* NewtonConstraintCreateUserJoint(NewtonWorld* newtonWorld, int maxDOF, NewtonUserBilateralCallback callback, NewtonBody* childBody, NewtonBody* parentBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactGetCollision0
NewtonCollision* NewtonContactGetCollision0(void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactGetCollision1
NewtonCollision* NewtonContactGetCollision1(void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactGetCollisionID0
void* NewtonContactGetCollisionID0(void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactGetCollisionID1
void* NewtonContactGetCollisionID1(void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactGetMaterial
NewtonMaterial* NewtonContactGetMaterial(void* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactJointGetClosestDistance
dFloat NewtonContactJointGetClosestDistance(NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactJointGetContactCount
int NewtonContactJointGetContactCount(NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactJointGetFirstContact
void* NewtonContactJointGetFirstContact(NewtonJoint* contactJoint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonContactJointGetNextContact
void* NewtonContactJointGetNextContact(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.
NewtonContactJointRemoveContact
void NewtonContactJointRemoveContact(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.
NewtonConvexCollisionCalculateBuoyancyAcceleration
void NewtonConvexCollisionCalculateBuoyancyAcceleration(NewtonCollision* convexCollision, dFloat* matrix, dFloat* shapeOrigin, dFloat* gravityVector, dFloat* fluidPlane, dFloat fluidDensity, dFloat fluidViscosity, dFloat* accel, dFloat* alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConvexCollisionCalculateInertialMatrix
void NewtonConvexCollisionCalculateInertialMatrix(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.
NewtonConvexCollisionCalculateVolume
dFloat NewtonConvexCollisionCalculateVolume(NewtonCollision* convexCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonConvexHullGetFaceIndices
int NewtonConvexHullGetFaceIndices(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.
NewtonConvexHullGetVertexData
int NewtonConvexHullGetVertexData(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.
NewtonCorkscrewCalculateStopAccel
dFloat NewtonCorkscrewCalculateStopAccel(NewtonJoint* corkscrew, 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.
NewtonCorkscrewCalculateStopAlpha
dFloat NewtonCorkscrewCalculateStopAlpha(NewtonJoint* corkscrew, 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.
NewtonCorkscrewGetJointAngle
dFloat NewtonCorkscrewGetJointAngle(NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCorkscrewGetJointForce
void NewtonCorkscrewGetJointForce(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.
NewtonCorkscrewGetJointOmega
dFloat NewtonCorkscrewGetJointOmega(NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCorkscrewGetJointPosit
dFloat NewtonCorkscrewGetJointPosit(NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCorkscrewGetJointVeloc
dFloat NewtonCorkscrewGetJointVeloc(NewtonJoint* corkscrew)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCorkscrewSetUserCallback
void NewtonCorkscrewSetUserCallback(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.
NewtonCreate
NewtonWorld* NewtonCreate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateBox
NewtonCollision* NewtonCreateBox(NewtonWorld* newtonWorld, dFloat dx, dFloat dy, dFloat dz, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateCapsule
NewtonCollision* NewtonCreateCapsule(NewtonWorld* newtonWorld, dFloat radius0, dFloat radius1, dFloat height, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateChamferCylinder
NewtonCollision* NewtonCreateChamferCylinder(NewtonWorld* newtonWorld, dFloat radius, dFloat height, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateCollisionFromSerialization
NewtonCollision* NewtonCreateCollisionFromSerialization(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.
NewtonCreateCompoundCollision
NewtonCollision* NewtonCreateCompoundCollision(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.
NewtonCreateCompoundCollisionFromMesh
NewtonCollision* NewtonCreateCompoundCollisionFromMesh(NewtonWorld* newtonWorld, 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.
NewtonCreateCone
NewtonCollision* NewtonCreateCone(NewtonWorld* newtonWorld, dFloat radius, dFloat height, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateConvexHull
NewtonCollision* NewtonCreateConvexHull(NewtonWorld* newtonWorld, int count, dFloat* vertexCloud, int strideInBytes, dFloat tolerance, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateConvexHullFromMesh
NewtonCollision* NewtonCreateConvexHullFromMesh(NewtonWorld* newtonWorld, 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.
NewtonCreateCylinder
NewtonCollision* NewtonCreateCylinder(NewtonWorld* newtonWorld, dFloat radio0, dFloat radio1, dFloat height, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateDeformableSolid
NewtonCollision* NewtonCreateDeformableSolid(NewtonWorld* newtonWorld, 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.
NewtonCreateDynamicBody
NewtonBody* NewtonCreateDynamicBody(NewtonWorld* newtonWorld, 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.
NewtonCreateFracturedCompoundCollision
NewtonCollision* NewtonCreateFracturedCompoundCollision(NewtonWorld* newtonWorld, NewtonMesh* solidMesh, int shapeID, int fracturePhysicsMaterialID, int pointcloudCount, dFloat* vertexCloud, int strideInBytes, int materialID, 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.
NewtonCreateHeightFieldCollision
NewtonCollision* NewtonCreateHeightFieldCollision(NewtonWorld* newtonWorld, int width, int height, int gridsDiagonals, int elevationdatType, void* elevationMap, 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.
NewtonCreateInverseDynamics
NewtonInverseDynamics* NewtonCreateInverseDynamics(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateKinematicBody
NewtonBody* NewtonCreateKinematicBody(NewtonWorld* newtonWorld, 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.
NewtonCreateMassSpringDamperSystem
NewtonCollision* NewtonCreateMassSpringDamperSystem(NewtonWorld* newtonWorld, int shapeID, dFloat* points, int pointCount, int strideInBytes, dFloat* pointMass, int* links, int linksCount, dFloat* linksSpring, dFloat* linksDamper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateNull
NewtonCollision* NewtonCreateNull(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateSceneCollision
NewtonCollision* NewtonCreateSceneCollision(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.
NewtonCreateSphere
NewtonCollision* NewtonCreateSphere(NewtonWorld* newtonWorld, dFloat radius, int shapeID, dFloat* offsetMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonCreateTetrahedraLinearBlendSkinWeightsChannel
void NewtonCreateTetrahedraLinearBlendSkinWeightsChannel(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.
NewtonCreateTreeCollision
NewtonCollision* NewtonCreateTreeCollision(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.
NewtonCreateTreeCollisionFromMesh
NewtonCollision* NewtonCreateTreeCollisionFromMesh(NewtonWorld* newtonWorld, 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.
NewtonCreateUserMeshCollision
NewtonCollision* NewtonCreateUserMeshCollision(NewtonWorld* newtonWorld, dFloat* minBox, 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.
NewtonDeformableMeshGetParticleArray
const(dFloat)* NewtonDeformableMeshGetParticleArray(NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDeformableMeshGetParticleCount
int NewtonDeformableMeshGetParticleCount(NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDeformableMeshGetParticleStrideInBytes
int NewtonDeformableMeshGetParticleStrideInBytes(NewtonCollision* deformableMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDeserializeFromFile
void NewtonDeserializeFromFile(NewtonWorld* newtonWorld, 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.
NewtonDeserializeScene
void NewtonDeserializeScene(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.
NewtonDestroy
void NewtonDestroy(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDestroyAllBodies
void NewtonDestroyAllBodies(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDestroyBody
void NewtonDestroyBody(NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDestroyCollision
void NewtonDestroyCollision(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDestroyJoint
void NewtonDestroyJoint(NewtonWorld* newtonWorld, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonDispachThreadJob
void NewtonDispachThreadJob(NewtonWorld* newtonWorld, NewtonJobTask task, void* usedData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonEnumerateDevices
int NewtonEnumerateDevices(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFindSerializedBody
NewtonBody* NewtonFindSerializedBody(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.
NewtonFracturedCompoundCollisionGetVertexCount
int NewtonFracturedCompoundCollisionGetVertexCount(NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundCollisionGetVertexNormals
const(dFloat)* NewtonFracturedCompoundCollisionGetVertexNormals(NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundCollisionGetVertexPositions
const(dFloat)* NewtonFracturedCompoundCollisionGetVertexPositions(NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundCollisionGetVertexUVs
const(dFloat)* NewtonFracturedCompoundCollisionGetVertexUVs(NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* meshOwner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundGetFirstSubMesh
NewtonFracturedCompoundMeshPart* NewtonFracturedCompoundGetFirstSubMesh(NewtonCollision* fracturedCompound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundGetMainMesh
NewtonFracturedCompoundMeshPart* NewtonFracturedCompoundGetMainMesh(NewtonCollision* fracturedCompound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundGetNextSubMesh
NewtonFracturedCompoundMeshPart* NewtonFracturedCompoundGetNextSubMesh(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.
NewtonFracturedCompoundIsNodeFreeToDetach
int NewtonFracturedCompoundIsNodeFreeToDetach(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.
NewtonFracturedCompoundMeshPartGetFirstSegment
void* NewtonFracturedCompoundMeshPartGetFirstSegment(NewtonFracturedCompoundMeshPart* fractureCompoundMeshPart)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundMeshPartGetIndexCount
int NewtonFracturedCompoundMeshPartGetIndexCount(void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundMeshPartGetIndexStream
int NewtonFracturedCompoundMeshPartGetIndexStream(NewtonCollision* fracturedCompound, NewtonFracturedCompoundMeshPart* meshOwner, 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.
NewtonFracturedCompoundMeshPartGetMaterial
int NewtonFracturedCompoundMeshPartGetMaterial(void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundMeshPartGetNextSegment
void* NewtonFracturedCompoundMeshPartGetNextSegment(void* fractureCompoundMeshSegment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundNeighborNodeList
int NewtonFracturedCompoundNeighborNodeList(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.
NewtonFracturedCompoundPlaneClip
NewtonCollision* NewtonFracturedCompoundPlaneClip(NewtonCollision* fracturedCompound, dFloat* plane)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonFracturedCompoundSetCallbacks
void NewtonFracturedCompoundSetCallbacks(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.
NewtonFree
void NewtonFree(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetBroadphaseAlgorithm
int NewtonGetBroadphaseAlgorithm(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetContactMergeTolerance
dFloat NewtonGetContactMergeTolerance(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetCurrentDevice
int NewtonGetCurrentDevice(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetDeviceString
void NewtonGetDeviceString(NewtonWorld* newtonWorld, int deviceIndex, char* vendorString, int maxSize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetEulerAngle
void NewtonGetEulerAngle(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.
NewtonGetJointSerializationCallbacks
void NewtonGetJointSerializationCallbacks(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.
NewtonGetLastUpdateTime
dFloat NewtonGetLastUpdateTime(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetMaxThreadsCount
int NewtonGetMaxThreadsCount(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetMemoryUsed
int NewtonGetMemoryUsed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetMultiThreadSolverOnSingleIsland
int NewtonGetMultiThreadSolverOnSingleIsland(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetNumberOfSubsteps
int NewtonGetNumberOfSubsteps(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetSolverModel
int NewtonGetSolverModel(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonGetThreadsCount
int NewtonGetThreadsCount(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonHeightFieldSetHorizontalDisplacement
void NewtonHeightFieldSetHorizontalDisplacement(NewtonCollision* heightfieldCollision, ushort* horizontalMap, dFloat scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonHeightFieldSetUserRayCastCallback
void NewtonHeightFieldSetUserRayCastCallback(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.
NewtonHingeCalculateStopAlpha
dFloat NewtonHingeCalculateStopAlpha(NewtonJoint* hinge, 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.
NewtonHingeGetJointAngle
dFloat NewtonHingeGetJointAngle(NewtonJoint* hinge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonHingeGetJointForce
void NewtonHingeGetJointForce(NewtonJoint* hinge, dFloat* force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonHingeGetJointOmega
dFloat NewtonHingeGetJointOmega(NewtonJoint* hinge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonHingeSetUserCallback
void NewtonHingeSetUserCallback(NewtonJoint* hinge, NewtonHingeCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInvalidateCache
void NewtonInvalidateCache(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsAddChildNode
void* NewtonInverseDynamicsAddChildNode(NewtonInverseDynamics* inverseDynamics, void* parentNode, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsAddLoopJoint
bool NewtonInverseDynamicsAddLoopJoint(NewtonInverseDynamics* inverseDynamics, NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsAddRoot
void* NewtonInverseDynamicsAddRoot(NewtonInverseDynamics* inverseDynamics, NewtonBody* root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsCreateEffector
NewtonJoint* NewtonInverseDynamicsCreateEffector(NewtonInverseDynamics* inverseDynamics, void* node, NewtonUserBilateralCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsDestroy
void NewtonInverseDynamicsDestroy(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsDestroyEffector
void NewtonInverseDynamicsDestroyEffector(NewtonJoint* effector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsEndBuild
void NewtonInverseDynamicsEndBuild(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsGetBody
NewtonBody* NewtonInverseDynamicsGetBody(NewtonInverseDynamics* inverseDynamics, void* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsGetJoint
NewtonJoint* NewtonInverseDynamicsGetJoint(NewtonInverseDynamics* inverseDynamics, void* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsGetRoot
void* NewtonInverseDynamicsGetRoot(NewtonInverseDynamics* inverseDynamics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonInverseDynamicsUpdate
void NewtonInverseDynamicsUpdate(NewtonInverseDynamics* inverseDynamics, dFloat timestep, int threadIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonIslandGetBody
NewtonBody* NewtonIslandGetBody(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.
NewtonIslandGetBodyAABB
void NewtonIslandGetBodyAABB(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.
NewtonJointGetBody0
NewtonBody* NewtonJointGetBody0(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointGetBody1
NewtonBody* NewtonJointGetBody1(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointGetCollisionState
int NewtonJointGetCollisionState(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointGetInfo
void NewtonJointGetInfo(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.
NewtonJointGetStiffness
dFloat NewtonJointGetStiffness(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointGetUserData
void* NewtonJointGetUserData(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointIsActive
int NewtonJointIsActive(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonJointSetCollisionState
void NewtonJointSetCollisionState(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.
NewtonJointSetDestructor
void NewtonJointSetDestructor(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.
NewtonJointSetStiffness
void NewtonJointSetStiffness(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.
NewtonJointSetUserData
void NewtonJointSetUserData(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.
NewtonMaterialContactRotateTangentDirections
void NewtonMaterialContactRotateTangentDirections(NewtonMaterial* material, dFloat* directionVector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialCreateGroupID
int NewtonMaterialCreateGroupID(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialDestroyAllGroupID
void NewtonMaterialDestroyAllGroupID(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetBodyCollidingShape
NewtonCollision* NewtonMaterialGetBodyCollidingShape(NewtonMaterial* material, NewtonBody* body_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactFaceAttribute
uint NewtonMaterialGetContactFaceAttribute(NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactForce
void NewtonMaterialGetContactForce(NewtonMaterial* material, 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.
NewtonMaterialGetContactMaxNormalImpact
dFloat NewtonMaterialGetContactMaxNormalImpact(NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactMaxTangentImpact
dFloat NewtonMaterialGetContactMaxTangentImpact(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.
NewtonMaterialGetContactNormalSpeed
dFloat NewtonMaterialGetContactNormalSpeed(NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactPenetration
dFloat NewtonMaterialGetContactPenetration(NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactPositionAndNormal
void NewtonMaterialGetContactPositionAndNormal(NewtonMaterial* material, 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.
NewtonMaterialGetContactPruningTolerance
dFloat NewtonMaterialGetContactPruningTolerance(NewtonBody* body0, NewtonBody* body1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetContactTangentDirections
void NewtonMaterialGetContactTangentDirections(NewtonMaterial* material, 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.
NewtonMaterialGetContactTangentSpeed
dFloat NewtonMaterialGetContactTangentSpeed(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.
NewtonMaterialGetDefaultGroupID
int NewtonMaterialGetDefaultGroupID(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetMaterialPairUserData
void* NewtonMaterialGetMaterialPairUserData(NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialGetUserData
void* NewtonMaterialGetUserData(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.
NewtonMaterialSetCallbackUserData
void NewtonMaterialSetCallbackUserData(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.
NewtonMaterialSetCollisionCallback
void NewtonMaterialSetCollisionCallback(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.
NewtonMaterialSetCompoundCollisionCallback
void NewtonMaterialSetCompoundCollisionCallback(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.
NewtonMaterialSetContactElasticity
void NewtonMaterialSetContactElasticity(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.
NewtonMaterialSetContactFrictionCoef
void NewtonMaterialSetContactFrictionCoef(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.
NewtonMaterialSetContactFrictionState
void NewtonMaterialSetContactFrictionState(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.
NewtonMaterialSetContactGenerationCallback
void NewtonMaterialSetContactGenerationCallback(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.
NewtonMaterialSetContactNormalAcceleration
void NewtonMaterialSetContactNormalAcceleration(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.
NewtonMaterialSetContactNormalDirection
void NewtonMaterialSetContactNormalDirection(NewtonMaterial* material, dFloat* directionVector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialSetContactPosition
void NewtonMaterialSetContactPosition(NewtonMaterial* material, dFloat* position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialSetContactPruningTolerance
void NewtonMaterialSetContactPruningTolerance(NewtonBody* body0, NewtonBody* body1, dFloat tolerance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMaterialSetContactSoftness
void NewtonMaterialSetContactSoftness(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.
NewtonMaterialSetContactTangentAcceleration
void NewtonMaterialSetContactTangentAcceleration(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.
NewtonMaterialSetContactTangentFriction
void NewtonMaterialSetContactTangentFriction(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.
NewtonMaterialSetContactThickness
void NewtonMaterialSetContactThickness(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.
NewtonMaterialSetDefaultCollidable
void NewtonMaterialSetDefaultCollidable(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.
NewtonMaterialSetDefaultElasticity
void NewtonMaterialSetDefaultElasticity(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.
NewtonMaterialSetDefaultFriction
void NewtonMaterialSetDefaultFriction(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.
NewtonMaterialSetDefaultSoftness
void NewtonMaterialSetDefaultSoftness(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.
NewtonMaterialSetSurfaceThickness
void NewtonMaterialSetSurfaceThickness(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.
NewtonMeshAddBinormal
void NewtonMeshAddBinormal(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.
NewtonMeshAddLayer
void NewtonMeshAddLayer(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.
NewtonMeshAddMaterial
void NewtonMeshAddMaterial(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.
NewtonMeshAddNormal
void NewtonMeshAddNormal(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.
NewtonMeshAddPoint
void NewtonMeshAddPoint(NewtonMesh* mesh, dFloat64 x, dFloat64 y, dFloat64 z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshAddUV0
void NewtonMeshAddUV0(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.
NewtonMeshAddUV1
void NewtonMeshAddUV1(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.
NewtonMeshApplyAngleBasedMapping
void NewtonMeshApplyAngleBasedMapping(NewtonMesh* mesh, int material, NewtonReportProgress reportPrograssCallback, void* reportPrgressUserData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshApplyBoxMapping
void NewtonMeshApplyBoxMapping(NewtonMesh* mesh, int frontMaterial, int sideMaterial, int topMaterial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshApplyCylindricalMapping
void NewtonMeshApplyCylindricalMapping(NewtonMesh* mesh, int cylinderMaterial, int capMaterial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshApplySphericalMapping
void NewtonMeshApplySphericalMapping(NewtonMesh* mesh, int material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshApplyTransform
void NewtonMeshApplyTransform(NewtonMesh* mesh, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshApproximateConvexDecomposition
NewtonMesh* NewtonMeshApproximateConvexDecomposition(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.
NewtonMeshBeginBuild
void NewtonMeshBeginBuild(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshBeginFace
void NewtonMeshBeginFace(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshBeginHandle
void* NewtonMeshBeginHandle(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshBuildFromVertexListIndexList
void NewtonMeshBuildFromVertexListIndexList(NewtonMesh* mesh, NewtonMeshVertexFormat* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCalculateFaceNormal
void NewtonMeshCalculateFaceNormal(NewtonMesh* mesh, void* face, dFloat64* normal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCalculateOOBB
void NewtonMeshCalculateOOBB(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.
NewtonMeshCalculateVertexNormals
void NewtonMeshCalculateVertexNormals(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.
NewtonMeshClearVertexFormat
void NewtonMeshClearVertexFormat(NewtonMeshVertexFormat* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshClip
void NewtonMeshClip(NewtonMesh* mesh, NewtonMesh* clipper, 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.
NewtonMeshConvexMeshIntersection
NewtonMesh* NewtonMeshConvexMeshIntersection(NewtonMesh* mesh, NewtonMesh* convexMesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreate
NewtonMesh* NewtonMeshCreate(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateConvexHull
NewtonMesh* NewtonMeshCreateConvexHull(NewtonWorld* newtonWorld, int pointCount, 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.
NewtonMeshCreateFirstLayer
NewtonMesh* NewtonMeshCreateFirstLayer(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateFirstSingleSegment
NewtonMesh* NewtonMeshCreateFirstSingleSegment(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateFromCollision
NewtonMesh* NewtonMeshCreateFromCollision(NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateFromMesh
NewtonMesh* NewtonMeshCreateFromMesh(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateFromSerialization
NewtonMesh* NewtonMeshCreateFromSerialization(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.
NewtonMeshCreateNextLayer
NewtonMesh* NewtonMeshCreateNextLayer(NewtonMesh* mesh, NewtonMesh* segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateNextSingleSegment
NewtonMesh* NewtonMeshCreateNextSingleSegment(NewtonMesh* mesh, NewtonMesh* segment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateTetrahedraIsoSurface
NewtonMesh* NewtonMeshCreateTetrahedraIsoSurface(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshCreateVoronoiConvexDecomposition
NewtonMesh* NewtonMeshCreateVoronoiConvexDecomposition(NewtonWorld* newtonWorld, int pointCount, dFloat* vertexCloud, int strideInBytes, int materialID, dFloat* textureMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshDestroy
void NewtonMeshDestroy(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshDifference
NewtonMesh* NewtonMeshDifference(NewtonMesh* mesh, NewtonMesh* clipper, dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshEndBuild
void NewtonMeshEndBuild(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshEndFace
void NewtonMeshEndFace(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshEndHandle
void NewtonMeshEndHandle(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.
NewtonMeshFirstMaterial
int NewtonMeshFirstMaterial(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.
NewtonMeshFixTJoints
void NewtonMeshFixTJoints(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetBinormalChannel
void NewtonMeshGetBinormalChannel(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.
NewtonMeshGetEdgeIndices
void NewtonMeshGetEdgeIndices(NewtonMesh* mesh, 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.
NewtonMeshGetFaceIndexCount
int NewtonMeshGetFaceIndexCount(NewtonMesh* mesh, void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetFaceIndices
void NewtonMeshGetFaceIndices(NewtonMesh* mesh, 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.
NewtonMeshGetFaceMaterial
int NewtonMeshGetFaceMaterial(NewtonMesh* mesh, void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetFacePointIndices
void NewtonMeshGetFacePointIndices(NewtonMesh* mesh, 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.
NewtonMeshGetFaces
void NewtonMeshGetFaces(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.
NewtonMeshGetFirstEdge
void* NewtonMeshGetFirstEdge(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetFirstFace
void* NewtonMeshGetFirstFace(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetFirstPoint
void* NewtonMeshGetFirstPoint(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetFirstVertex
void* NewtonMeshGetFirstVertex(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetIndexToVertexMap
const(int)* NewtonMeshGetIndexToVertexMap(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetNextEdge
void* NewtonMeshGetNextEdge(NewtonMesh* mesh, void* edge)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetNextFace
void* NewtonMeshGetNextFace(NewtonMesh* mesh, void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetNextPoint
void* NewtonMeshGetNextPoint(NewtonMesh* mesh, void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetNextVertex
void* NewtonMeshGetNextVertex(NewtonMesh* mesh, void* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetNormalChannel
void NewtonMeshGetNormalChannel(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.
NewtonMeshGetPointCount
int NewtonMeshGetPointCount(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetPointIndex
int NewtonMeshGetPointIndex(NewtonMesh* mesh, void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetTotalFaceCount
int NewtonMeshGetTotalFaceCount(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetTotalIndexCount
int NewtonMeshGetTotalIndexCount(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetUV0Channel
void NewtonMeshGetUV0Channel(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.
NewtonMeshGetUV1Channel
void NewtonMeshGetUV1Channel(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.
NewtonMeshGetVertexArray
const(dFloat64)* NewtonMeshGetVertexArray(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexChannel
void NewtonMeshGetVertexChannel(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.
NewtonMeshGetVertexColorChannel
void NewtonMeshGetVertexColorChannel(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.
NewtonMeshGetVertexCount
int NewtonMeshGetVertexCount(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexDoubleChannel
void NewtonMeshGetVertexDoubleChannel(NewtonMesh* mesh, int vertexStrideInByte, dFloat64* outBuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexIndex
int NewtonMeshGetVertexIndex(NewtonMesh* mesh, void* vertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexIndexFromPoint
int NewtonMeshGetVertexIndexFromPoint(NewtonMesh* mesh, void* point)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexStrideInByte
int NewtonMeshGetVertexStrideInByte(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshGetVertexWeights
int NewtonMeshGetVertexWeights(NewtonMesh* mesh, int vertexIndex, int* weightIndex, dFloat* weightFactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshHasBinormalChannel
int NewtonMeshHasBinormalChannel(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshHasNormalChannel
int NewtonMeshHasNormalChannel(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshHasUV0Channel
int NewtonMeshHasUV0Channel(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshHasUV1Channel
int NewtonMeshHasUV1Channel(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshHasVertexColorChannel
int NewtonMeshHasVertexColorChannel(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshIntersection
NewtonMesh* NewtonMeshIntersection(NewtonMesh* mesh, NewtonMesh* clipper, dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshIsFaceOpen
int NewtonMeshIsFaceOpen(NewtonMesh* mesh, void* face)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshIsOpenMesh
int NewtonMeshIsOpenMesh(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshLoadOFF
NewtonMesh* NewtonMeshLoadOFF(NewtonWorld* newtonWorld, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshLoadTetrahedraMesh
NewtonMesh* NewtonMeshLoadTetrahedraMesh(NewtonWorld* newtonWorld, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshMaterialGetIndexCount
int NewtonMeshMaterialGetIndexCount(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.
NewtonMeshMaterialGetIndexStream
void NewtonMeshMaterialGetIndexStream(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.
NewtonMeshMaterialGetIndexStreamShort
void NewtonMeshMaterialGetIndexStreamShort(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.
NewtonMeshMaterialGetMaterial
int NewtonMeshMaterialGetMaterial(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.
NewtonMeshNextMaterial
int NewtonMeshNextMaterial(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.
NewtonMeshOptimize
void NewtonMeshOptimize(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshOptimizePoints
void NewtonMeshOptimizePoints(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshOptimizeVertex
void NewtonMeshOptimizeVertex(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshPolygonize
void NewtonMeshPolygonize(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshSaveOFF
void NewtonMeshSaveOFF(NewtonMesh* mesh, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshSerialize
void NewtonMeshSerialize(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.
NewtonMeshSetFaceMaterial
void NewtonMeshSetFaceMaterial(NewtonMesh* mesh, 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.
NewtonMeshSimplify
NewtonMesh* NewtonMeshSimplify(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.
NewtonMeshTriangulate
void NewtonMeshTriangulate(NewtonMesh* mesh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonMeshUnion
NewtonMesh* NewtonMeshUnion(NewtonMesh* mesh, NewtonMesh* clipper, dFloat* clipperMatrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonRemoveUnusedVertices
void NewtonRemoveUnusedVertices(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.
NewtonResetBroadphase
void NewtonResetBroadphase(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionAddSubCollision
void* NewtonSceneCollisionAddSubCollision(NewtonCollision* sceneCollision, NewtonCollision* collision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionBeginAddRemove
void NewtonSceneCollisionBeginAddRemove(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionEndAddRemove
void NewtonSceneCollisionEndAddRemove(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionGetCollisionFromNode
NewtonCollision* NewtonSceneCollisionGetCollisionFromNode(NewtonCollision* sceneCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionGetFirstNode
void* NewtonSceneCollisionGetFirstNode(NewtonCollision* sceneCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionGetNextNode
void* NewtonSceneCollisionGetNextNode(NewtonCollision* sceneCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionGetNodeByIndex
void* NewtonSceneCollisionGetNodeByIndex(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.
NewtonSceneCollisionGetNodeIndex
int NewtonSceneCollisionGetNodeIndex(NewtonCollision* sceneCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionRemoveSubCollision
void NewtonSceneCollisionRemoveSubCollision(NewtonCollision* compoundCollision, void* collisionNode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSceneCollisionRemoveSubCollisionByIndex
void NewtonSceneCollisionRemoveSubCollisionByIndex(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.
NewtonSceneCollisionSetSubCollisionMatrix
void NewtonSceneCollisionSetSubCollisionMatrix(NewtonCollision* sceneCollision, void* collisionNode, dFloat* matrix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSelectBroadphaseAlgorithm
void NewtonSelectBroadphaseAlgorithm(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.
NewtonSerializeScene
void NewtonSerializeScene(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.
NewtonSerializeToFile
void NewtonSerializeToFile(NewtonWorld* newtonWorld, 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.
NewtonSetContactMergeTolerance
void NewtonSetContactMergeTolerance(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.
NewtonSetCurrentDevice
void NewtonSetCurrentDevice(NewtonWorld* newtonWorld, int deviceIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSetEulerAngle
void NewtonSetEulerAngle(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.
NewtonSetIslandUpdateEvent
void NewtonSetIslandUpdateEvent(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.
NewtonSetJointSerializationCallbacks
void NewtonSetJointSerializationCallbacks(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.
NewtonSetMemorySystem
void NewtonSetMemorySystem(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.
NewtonSetMultiThreadSolverOnSingleIsland
void NewtonSetMultiThreadSolverOnSingleIsland(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.
NewtonSetNumberOfSubsteps
void NewtonSetNumberOfSubsteps(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.
NewtonSetPerformanceClock
void NewtonSetPerformanceClock(NewtonWorld* newtonWorld, NewtonGetTimeInMicrosencondsCallback callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonSetPosUpdateCallback
void NewtonSetPosUpdateCallback(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.
NewtonSetSolverModel
void NewtonSetSolverModel(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.
NewtonSetThreadsCount
void NewtonSetThreadsCount(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.
NewtonSliderCalculateStopAccel
dFloat NewtonSliderCalculateStopAccel(NewtonJoint* slider, 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.
NewtonSliderGetJointForce
void NewtonSliderGetJointForce(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.
NewtonSliderGetJointPosit
dFloat NewtonSliderGetJointPosit(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.
NewtonSliderGetJointVeloc
dFloat NewtonSliderGetJointVeloc(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.
NewtonSliderSetUserCallback
void NewtonSliderSetUserCallback(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.
NewtonStaticCollisionSetDebugCallback
void NewtonStaticCollisionSetDebugCallback(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.
NewtonSyncThreadJobs
void NewtonSyncThreadJobs(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonTreeCollisionAddFace
void NewtonTreeCollisionAddFace(NewtonCollision* treeCollision, int vertexCount, 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.
NewtonTreeCollisionBeginBuild
void NewtonTreeCollisionBeginBuild(NewtonCollision* treeCollision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonTreeCollisionEndBuild
void NewtonTreeCollisionEndBuild(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.
NewtonTreeCollisionForEachFace
void NewtonTreeCollisionForEachFace(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.
NewtonTreeCollisionGetFaceAttribute
int NewtonTreeCollisionGetFaceAttribute(NewtonCollision* treeCollision, 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.
NewtonTreeCollisionGetVertexListTriangleListInAABB
int NewtonTreeCollisionGetVertexListTriangleListInAABB(NewtonCollision* treeCollision, dFloat* p0, dFloat* p1, dFloat** vertexArray, int* vertexCount, int* vertexStrideInBytes, int* indexList, int maxIndexCount, int* faceAttribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonTreeCollisionSetFaceAttribute
void NewtonTreeCollisionSetFaceAttribute(NewtonCollision* treeCollision, 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.
NewtonTreeCollisionSetUserRayCastCallback
void NewtonTreeCollisionSetUserRayCastCallback(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.
NewtonUniversalCalculateStopAlpha0
dFloat NewtonUniversalCalculateStopAlpha0(NewtonJoint* universal, 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.
NewtonUniversalCalculateStopAlpha1
dFloat NewtonUniversalCalculateStopAlpha1(NewtonJoint* universal, 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.
NewtonUniversalGetJointAngle0
dFloat NewtonUniversalGetJointAngle0(NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUniversalGetJointAngle1
dFloat NewtonUniversalGetJointAngle1(NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUniversalGetJointForce
void NewtonUniversalGetJointForce(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.
NewtonUniversalGetJointOmega0
dFloat NewtonUniversalGetJointOmega0(NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUniversalGetJointOmega1
dFloat NewtonUniversalGetJointOmega1(NewtonJoint* universal)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUniversalSetUserCallback
void NewtonUniversalSetUserCallback(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.
NewtonUpVectorGetPin
void NewtonUpVectorGetPin(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.
NewtonUpVectorSetPin
void NewtonUpVectorSetPin(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.
NewtonUpdate
void NewtonUpdate(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.
NewtonUpdateAsync
void NewtonUpdateAsync(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.
NewtonUserJoinRowsCount
int NewtonUserJoinRowsCount(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointAddAngularRow
void NewtonUserJointAddAngularRow(NewtonJoint* joint, dFloat relativeAngle, dFloat* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointAddGeneralRow
void NewtonUserJointAddGeneralRow(NewtonJoint* joint, 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.
NewtonUserJointAddLinearRow
void NewtonUserJointAddLinearRow(NewtonJoint* joint, dFloat* pivot0, dFloat* pivot1, dFloat* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointCalculateRowZeroAccelaration
dFloat NewtonUserJointCalculateRowZeroAccelaration(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointGetGeneralRow
void NewtonUserJointGetGeneralRow(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.
NewtonUserJointGetRowAcceleration
dFloat NewtonUserJointGetRowAcceleration(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointGetRowForce
dFloat NewtonUserJointGetRowForce(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.
NewtonUserJointGetSolverModel
int NewtonUserJointGetSolverModel(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointSetFeedbackCollectorCallback
void NewtonUserJointSetFeedbackCollectorCallback(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.
NewtonUserJointSetRowAcceleration
void NewtonUserJointSetRowAcceleration(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.
NewtonUserJointSetRowAsInverseDynamics
void NewtonUserJointSetRowAsInverseDynamics(NewtonJoint* joint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonUserJointSetRowMaximumFriction
void NewtonUserJointSetRowMaximumFriction(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.
NewtonUserJointSetRowMinimumFriction
void NewtonUserJointSetRowMinimumFriction(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.
NewtonUserJointSetRowSpringDamperAcceleration
void NewtonUserJointSetRowSpringDamperAcceleration(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.
NewtonUserJointSetRowStiffness
void NewtonUserJointSetRowStiffness(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.
NewtonUserJointSetSolverModel
void NewtonUserJointSetSolverModel(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.
NewtonUserMeshCollisionContinuousOverlapTest
int NewtonUserMeshCollisionContinuousOverlapTest(NewtonUserMeshCollisionCollideDesc* collideDescData, void* continueCollisionHandle, dFloat* minAabb, dFloat* maxAabb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWaitForUpdateToFinish
void NewtonWaitForUpdateToFinish(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldAddListener
void* NewtonWorldAddListener(NewtonWorld* newtonWorld, 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.
NewtonWorldCollide
int NewtonWorldCollide(NewtonWorld* newtonWorld, dFloat* matrix, 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.
NewtonWorldConvexCast
int NewtonWorldConvexCast(NewtonWorld* newtonWorld, dFloat* matrix, dFloat* target, 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.
NewtonWorldCriticalSectionLock
void NewtonWorldCriticalSectionLock(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.
NewtonWorldCriticalSectionUnlock
void NewtonWorldCriticalSectionUnlock(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldFloatSize
int NewtonWorldFloatSize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldForEachBodyInAABBDo
void NewtonWorldForEachBodyInAABBDo(NewtonWorld* newtonWorld, dFloat* p0, 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.
NewtonWorldForEachJointDo
void NewtonWorldForEachJointDo(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.
NewtonWorldGetBodyCount
int NewtonWorldGetBodyCount(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetConstraintCount
int NewtonWorldGetConstraintCount(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetDestructorCallback
NewtonWorldDestructorCallback NewtonWorldGetDestructorCallback(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetFirstBody
NewtonBody* NewtonWorldGetFirstBody(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetFirstMaterial
NewtonMaterial* NewtonWorldGetFirstMaterial(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetListener
void* NewtonWorldGetListener(NewtonWorld* newtonWorld, char* nameId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetListenerUserData
void* NewtonWorldGetListenerUserData(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.
NewtonWorldGetNextBody
NewtonBody* NewtonWorldGetNextBody(NewtonWorld* newtonWorld, NewtonBody* curBody)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetNextMaterial
NewtonMaterial* NewtonWorldGetNextMaterial(NewtonWorld* newtonWorld, NewtonMaterial* material)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetUserData
void* NewtonWorldGetUserData(NewtonWorld* newtonWorld)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldGetVersion
int NewtonWorldGetVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldListenerDebug
void NewtonWorldListenerDebug(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.
NewtonWorldListenerGetBodyDestroyCallback
NewtonWorldListenerBodyDestroyCallback NewtonWorldListenerGetBodyDestroyCallback(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.
NewtonWorldListenerSetBodyDestroyCallback
void NewtonWorldListenerSetBodyDestroyCallback(NewtonWorld* newtonWorld, void* listener, NewtonWorldListenerBodyDestroyCallback bodyDestroyCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldListenerSetDebugCallback
void NewtonWorldListenerSetDebugCallback(NewtonWorld* newtonWorld, void* listener, NewtonWorldListenerDebugCallback debugCallback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldListenerSetDestroctorCallback
void NewtonWorldListenerSetDestroctorCallback(NewtonWorld* newtonWorld, void* listener, NewtonWorldDestroyListenerCallback destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldListenerSetPostUpdateCallback
void NewtonWorldListenerSetPostUpdateCallback(NewtonWorld* newtonWorld, void* listener, NewtonWorldUpdateListenerCallback update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldListenerSetPreUpdateCallback
void NewtonWorldListenerSetPreUpdateCallback(NewtonWorld* newtonWorld, void* listener, NewtonWorldUpdateListenerCallback update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NewtonWorldRayCast
void NewtonWorldRayCast(NewtonWorld* newtonWorld, dFloat* p0, 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.
NewtonWorldSetCollisionConstructorDestructorCallback
void NewtonWorldSetCollisionConstructorDestructorCallback(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.
NewtonWorldSetDestructorCallback
void NewtonWorldSetDestructorCallback(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.
NewtonWorldSetUserData
void NewtonWorldSetUserData(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.
NewtonYield
void NewtonYield()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta