Public Member Functions | Public Attributes | List of all members
geo::PlaneGeo::RectSpecs Struct Reference

Public Member Functions

double HalfWidth () const
 
double HalfDepth () const
 
double Width () const
 
double Depth () const
 

Public Attributes

double halfWidth
 
double halfDepth
 

Detailed Description

Definition at line 1468 of file PlaneGeo.h.

Member Function Documentation

double geo::PlaneGeo::RectSpecs::Depth ( ) const
inline

Definition at line 1475 of file PlaneGeo.h.

1475 { return 2.0 * HalfDepth(); }
double HalfDepth() const
Definition: PlaneGeo.h:1473
double geo::PlaneGeo::RectSpecs::HalfDepth ( ) const
inline

Definition at line 1473 of file PlaneGeo.h.

1473 { return halfDepth; }
double geo::PlaneGeo::RectSpecs::HalfWidth ( ) const
inline

Definition at line 1472 of file PlaneGeo.h.

1472 { return halfWidth; }
double geo::PlaneGeo::RectSpecs::Width ( ) const
inline

Definition at line 1474 of file PlaneGeo.h.

1474 { return 2.0 * HalfWidth(); }
double HalfWidth() const
Definition: PlaneGeo.h:1472

Member Data Documentation

double geo::PlaneGeo::RectSpecs::halfDepth

Definition at line 1470 of file PlaneGeo.h.

double geo::PlaneGeo::RectSpecs::halfWidth

Definition at line 1469 of file PlaneGeo.h.


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