#include <vector2d.h>

Public Member Functions | |
| virtual BOUNDINGBOX | getBoundingBox () const |
| Gets the bounding box of the type. | |
| virtual const std::string | toString () const |
| Gets the string representation of a parameter type. | |
Protected Member Functions | |
| const SerialID & | getSerialID () const |
| Gets the serialization ID of the object. | |
| HGL::IType::BOUNDINGBOX Vector2D::getBoundingBox | ( | ) | const [virtual] |
Gets the bounding box of the type.
Reimplemented from HGL::Type::ParamBase.
| const HGL::Type::SerialID & Vector2D::getSerialID | ( | ) | const [protected, virtual] |
Gets the serialization ID of the object.
Implements HGL::IType.
| const std::string Vector2D::toString | ( | ) | const [virtual] |
Gets the string representation of a parameter type.
Implements HGL::Type::ParamBase.
1.6.1