Set the dimensions of the chassis, specified by the extreme corner points. This will also call Car.SetupDefaultWheels();

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

Syntax

C#
public virtual void SetDims(
	Vector3 min,
	Vector3 max
)
Visual Basic
Public Overridable Sub SetDims ( _
	min As Vector3, _
	max As Vector3 _
)
Visual C++
public:
virtual void SetDims(
	Vector3 min, 
	Vector3 max
)

Parameters

min
Type: Vector3

[Missing <param name="min"/> documentation for "M:JigLibX.Vehicles.Chassis.SetDims(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)"]

max
Type: Vector3

[Missing <param name="max"/> documentation for "M:JigLibX.Vehicles.Chassis.SetDims(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)"]

See Also