Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ShieldFacing Struct Reference

#include <unit_armorshield.h>

Public Member Functions

 ShieldFacing ()
 

Public Attributes

float thetamin
 
float thetamax
 
float rhomin
 
float rhomax
 

Detailed Description

Definition at line 23 of file unit_armorshield.h.

Constructor & Destructor Documentation

ShieldFacing::ShieldFacing ( )
inline

Definition at line 25 of file unit_armorshield.h.

26  : thetamin(0.0)
27  , thetamax(0.0)
28  , rhomin(0.0)
29  , rhomax(0.0)
30  {}

Member Data Documentation

float ShieldFacing::rhomax

Definition at line 35 of file unit_armorshield.h.

Referenced by Unit::LoadRow(), and withinShield().

float ShieldFacing::rhomin

Definition at line 34 of file unit_armorshield.h.

Referenced by Unit::LoadRow(), and withinShield().

float ShieldFacing::thetamax

Definition at line 33 of file unit_armorshield.h.

Referenced by Unit::LoadRow(), and withinShield().

float ShieldFacing::thetamin

Definition at line 32 of file unit_armorshield.h.

Referenced by Unit::LoadRow(), and withinShield().


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