dagon.ext.newton

Undocumented in source.

Public Imports

bindbc.newton
public import bindbc.newton;

Members

Classes

NewtonBodyComponent
class NewtonBodyComponent

Undocumented in source.

NewtonBoxShape
class NewtonBoxShape

Undocumented in source.

NewtonCollisionShape
class NewtonCollisionShape

Undocumented in source.

NewtonPhysicsWorld
class NewtonPhysicsWorld

Undocumented in source.

NewtonRigidBody
class NewtonRigidBody

Undocumented in source.

NewtonSphereShape
class NewtonSphereShape

Undocumented in source.

Functions

newtonBodyForceCallback
void newtonBodyForceCallback(NewtonBody* nbody, dFloat timestep, int threadIndex)

Undocumented in source. Be warned that the author may not have intended to support it.

newtonWorldRayFilterCallback
dFloat newtonWorldRayFilterCallback(NewtonBody* nbody, NewtonCollision* shapeHit, dFloat* hitContact, dFloat* hitNormal, dLong collisionID, void* userData, dFloat intersectParam)

Undocumented in source. Be warned that the author may not have intended to support it.

newtonWorldRayPrefilterCallback
uint newtonWorldRayPrefilterCallback(NewtonBody* nbody, NewtonCollision* collision, void* userData)

Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

NewtonRaycaster
interface NewtonRaycaster

Undocumented in source.

Meta