Avionics
Dropship Simulator
Vehicle Class Reference

#include <Vehicle.h>

Collaboration diagram for Vehicle:
[legend]

Public Types

enum  Types { Platform, Ship }
 

Public Attributes

enum Vehicle::Types type
 
std::string VehicleId
 
D3DXVECTOR3 location
 
D3DXQUATERNION orientation
 
D3DXMATRIX mBaseOrient
 

Detailed Description

Definition at line 6 of file Vehicle.h.

Member Enumeration Documentation

◆ Types

Enumerator
Platform 
Ship 

Definition at line 9 of file Vehicle.h.

Member Data Documentation

◆ location

D3DXVECTOR3 Vehicle::location

Definition at line 16 of file Vehicle.h.

◆ mBaseOrient

D3DXMATRIX Vehicle::mBaseOrient

Definition at line 18 of file Vehicle.h.

◆ orientation

D3DXQUATERNION Vehicle::orientation

Definition at line 17 of file Vehicle.h.

◆ type

enum Vehicle::Types Vehicle::type

◆ VehicleId

std::string Vehicle::VehicleId

Definition at line 15 of file Vehicle.h.


The documentation for this class was generated from the following file: