Plasma Engine  2.0
Loading...
Searching...
No Matches
plWindStrength Struct Reference

Defines the strength / speed of wind. Inspired by the Beaufort Scale. More...

#include <WindWorldModule.h>

Inheritance diagram for plWindStrength:

Public Types

enum  Enum {
  Calm , LightBreple , GentleBreple , ModerateBreple ,
  StrongBreple , Storm , WeakShockwave , MediumShockwave ,
  StrongShockwave , ExtremeShockwave , Default = LightBreple
}
 
using StorageType = plUInt8
 

Static Public Member Functions

static float GetInMetersPerSecond (plWindStrength::Enum strength)
 Maps the wind strength name to a meters per second speed value as defined by the Beaufort Scale.
 

Detailed Description

Defines the strength / speed of wind. Inspired by the Beaufort Scale.

See https://en.wikipedia.org/wiki/Beaufort_scale

Member Function Documentation

◆ GetInMetersPerSecond()

float plWindStrength::GetInMetersPerSecond ( plWindStrength::Enum strength)
static

Maps the wind strength name to a meters per second speed value as defined by the Beaufort Scale.

The value only defines how fast wind moves, how much it affects an object, like bending it, depends on additional factors like stiffness and is thus object specific.


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