Class TWheel

DescriptionHierarchyFieldsMethodsProperties

Unit

Wheels

Declaration

type TWheel = class(TObject)

Description

Class implementing a wheel.

Hierarchy

TWheel > TObject

Methods

Overview

Public constructor Create;
Public constructor CreateAndSet(Wheel: TWheel);
Public destructor Destroy; override;
Public procedure Step(TimeStep: real);

Description

Public constructor Create;
 
Public constructor CreateAndSet(Wheel: TWheel);
 
Public destructor Destroy; override;
 
Public procedure Step(TimeStep: real);
 

Properties

Overview

Public property Angle: real;
Public property AngularVelocity: real;
Public property Position: PPoint3D;
Public property Radius: real;
Public property Velocity: PPoint3D;
Public property Width: real;

Description

Public property Angle: real;
 
Public property AngularVelocity: real;
 
Public property Position: PPoint3D;
 
Public property Radius: real;
 
Public property Velocity: PPoint3D;
 
Public property Width: real;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:50