Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Public Member Functions | |
Vector () | |
template<class vec > | |
Vector (const vec &in) | |
Vector (const Vector &in) | |
Vector (float x, float y, float z) | |
Vector (float x, float y, float z, float s, float t) | |
float | Mag () |
Vector | Cross (const Vector &v) const |
void | Yaw (float rad) |
void | Roll (float rad) |
void | Pitch (float rad) |
Public Attributes | |
float | i |
float | j |
float | k |
float | s |
float | t |
Definition at line 115 of file galaxy_gen.cpp.
|
inline |
|
inline |
Definition at line 127 of file galaxy_gen.cpp.
References VsnetOSS::memcpy().
|
inline |
Definition at line 131 of file galaxy_gen.cpp.
References VsnetOSS::memcpy().
|
inline |
Definition at line 149 of file galaxy_gen.cpp.
Referenced by StarSystemGent::LengthOfYear(), StarSystemGent::MakeJump(), StarSystemGent::MakePlanet(), and StarSystemGent::makeRS().
|
inline |
Definition at line 193 of file galaxy_gen.cpp.
References UniverseUtil::atan(), float, j, k, and M_PI.
|
inline |
Definition at line 176 of file galaxy_gen.cpp.
References UniverseUtil::atan(), float, i, j, and M_PI.
|
inline |
Definition at line 159 of file galaxy_gen.cpp.
References UniverseUtil::atan(), float, i, k, and M_PI.
float StarSystemGent::Vector::i |
Definition at line 118 of file galaxy_gen.cpp.
Referenced by StarSystemGent::beginStar(), Cross(), StarSystemGent::generateCenter(), StarSystemGent::MakeJump(), StarSystemGent::MakePlanet(), StarSystemGent::makeRS(), and StarSystemGent::WriteUnit().
float StarSystemGent::Vector::j |
Definition at line 119 of file galaxy_gen.cpp.
Referenced by StarSystemGent::beginStar(), Cross(), StarSystemGent::generateCenter(), StarSystemGent::MakeJump(), StarSystemGent::MakePlanet(), StarSystemGent::makeRS(), and StarSystemGent::WriteUnit().
float StarSystemGent::Vector::k |
Definition at line 120 of file galaxy_gen.cpp.
Referenced by StarSystemGent::beginStar(), Cross(), StarSystemGent::generateCenter(), StarSystemGent::MakeJump(), StarSystemGent::MakePlanet(), StarSystemGent::makeRS(), and StarSystemGent::WriteUnit().
float StarSystemGent::Vector::s |
Definition at line 121 of file galaxy_gen.cpp.
float StarSystemGent::Vector::t |
Definition at line 122 of file galaxy_gen.cpp.