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 abstract void DrawAabb(
	ref Vector3 from,
	ref Vector3 to,
	ref Vector3 color
)
Public MustOverride Sub DrawAabb ( _
	ByRef from As Vector3, _
	ByRef to As Vector3, _
	ByRef color As Vector3 _
)

Parameters

from
Vector3%
to
Vector3%
color
Vector3%

See Also