Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Physics.BulletX
Assembly: Visual3D.Physics (in Visual3D.Physics.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
void Process(
	btDbvtNode n1,
	btDbvtNode n2
)
Sub Process ( _
	n1 As btDbvtNode, _
	n2 As btDbvtNode _
)

Parameters

n1
btDbvtNode
n2
btDbvtNode

See Also