Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::map::weather::sandstorm::Swirl Struct Reference

Public Member Functions

 Swirl ()=default
 
 Swirl (float x, float y)
 

Public Attributes

glm::vec2 pos
 
float angle
 
float angularVelocity
 
float scale
 

Detailed Description

Definition at line 24 of file Sandstorm.cpp.

Constructor & Destructor Documentation

◆ Swirl() [1/2]

core::map::weather::sandstorm::Swirl::Swirl ( )
default

◆ Swirl() [2/2]

core::map::weather::sandstorm::Swirl::Swirl ( float  x,
float  y 
)
inline

Definition at line 32 of file Sandstorm.cpp.

Member Data Documentation

◆ angle

float core::map::weather::sandstorm::Swirl::angle

Definition at line 26 of file Sandstorm.cpp.

◆ angularVelocity

float core::map::weather::sandstorm::Swirl::angularVelocity

Definition at line 27 of file Sandstorm.cpp.

◆ pos

glm::vec2 core::map::weather::sandstorm::Swirl::pos

Definition at line 25 of file Sandstorm.cpp.

◆ scale

float core::map::weather::sandstorm::Swirl::scale

Definition at line 28 of file Sandstorm.cpp.


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