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 
public bool SolveSimplex3(
	ref Vector3 ao,
	ref Vector3 ab,
	ref Vector3 ac
)
Public Function SolveSimplex3 ( _
	ByRef ao As Vector3, _
	ByRef ab As Vector3, _
	ByRef ac As Vector3 _
) As Boolean

Parameters

ao
Vector3%
ab
Vector3%
ac
Vector3%

See Also