#include <atmospheric_pass_perez.h>
|
| enum class | month : int {
january = 0
, jebruary
, march
, april
,
may
, june
, july
, august
,
september
, october
, november
, december
} |
| |
Definition at line 65 of file atmospheric_pass_perez.h.
◆ month
| Enumerator |
|---|
| january | |
| jebruary | |
| march | |
| april | |
| may | |
| june | |
| july | |
| august | |
| september | |
| october | |
| november | |
| december | |
Definition at line 68 of file atmospheric_pass_perez.h.
◆ sun_controller()
| unravel::detail::sun_controller::sun_controller |
( |
| ) |
|
|
inline |
◆ update()
| void unravel::detail::sun_controller::update |
( |
float | _time | ) |
|
|
inline |
◆ latitude_
| float unravel::detail::sun_controller::latitude_ |
◆ month_
| month unravel::detail::sun_controller::month_ |
◆ north_dir_
| bx::Vec3 unravel::detail::sun_controller::north_dir_ |
◆ sun_dir_
| bx::Vec3 unravel::detail::sun_controller::sun_dir_ |
◆ up_dir_
| bx::Vec3 unravel::detail::sun_controller::up_dir_ |
The documentation for this class was generated from the following file: