Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the Distance class

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

Syntax

      
 C#  Visual Basic 
public Distance(
	Speed speed,
	float timeInSeconds
)
Public Sub New ( _
	speed As Speed, _
	timeInSeconds As Single _
)

Parameters

speed
Speed
timeInSeconds
Single

See Also