Public Attributes | |
| bool | isConstellation = false |
| float | magnitude = 0.0f |
| float | size = 0.0f |
| int | starType = 0 |
| float | temperature = 0.0f |
| float | twinkle = 0.0f |
| float | vx = 0.0f |
| float | vy = 0.0f |
| float | vz = 0.0f |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
Definition at line 40 of file starship.cpp.
| bool anonymous_namespace{starship.cpp}::Star::isConstellation = false |
Definition at line 52 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::magnitude = 0.0f |
Definition at line 47 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::size = 0.0f |
Definition at line 50 of file starship.cpp.
| int anonymous_namespace{starship.cpp}::Star::starType = 0 |
Definition at line 51 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::temperature = 0.0f |
Definition at line 48 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::twinkle = 0.0f |
Definition at line 49 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::vx = 0.0f |
Definition at line 44 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::vy = 0.0f |
Definition at line 45 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::vz = 0.0f |
Definition at line 46 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::x = 0.0f |
Definition at line 41 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::y = 0.0f |
Definition at line 42 of file starship.cpp.
| float anonymous_namespace{starship.cpp}::Star::z = 0.0f |
Definition at line 43 of file starship.cpp.