Public Member Functions | |
TeVector2f32 (const TeVector2s32 &other) | |
TeVector2f32 (const Math::Vector2d &other) | |
TeVector2f32 (float x_, float y_) | |
Common::String | dump () const |
float | crossProduct (const TeVector2f32 &other) const |
float | length () const |
bool | parse (const Common::String &val) |
Static Public Member Functions | |
static void | deserialize (Common::ReadStream &stream, TeVector2f32 &dest) |
static void | serialize (Common::WriteStream &stream, const TeVector2f32 &src) |