// TODO teting testing testing ... Adds the forces die to this wheel to the parent. Return value indicates if it's on the ground.

Namespace: JigLibX.Vehicles
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public bool AddForcesToCar(
	float dt
)
Visual Basic
Public Function AddForcesToCar ( _
	dt As Single _
) As Boolean
Visual C++
public:
bool AddForcesToCar(
	float dt
)

Parameters

dt
Type: System..::..Single

[Missing <param name="dt"/> documentation for "M:JigLibX.Vehicles.Wheel.AddForcesToCar(System.Single)"]

Return Value

[Missing <returns> documentation for "M:JigLibX.Vehicles.Wheel.AddForcesToCar(System.Single)"]

See Also