osgEarth 2.1.1
Public Member Functions

osgEarth::Speed Struct Reference

Inheritance diagram for osgEarth::Speed:
Collaboration diagram for osgEarth::Speed:

List of all members.

Public Member Functions

 Speed ()
 Speed (double value, const Units &units)

Detailed Description

Definition at line 231 of file Units.


Constructor & Destructor Documentation

osgEarth::Speed::Speed ( ) [inline]

Definition at line 232 of file Units.

: qualified_double<Speed>(0, Units::METERS_PER_SECOND) { }
osgEarth::Speed::Speed ( double  value,
const Units units 
) [inline]

Definition at line 233 of file Units.

: qualified_double<Speed>(value, units) { }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines