|
| | DoublePosition (double x=0.0, double y=0.0, double z=0.0, float o=0.0f) |
| |
| | DoublePosition (float x, float y=0.0f, float z=0.0f, float o=0.0f) |
| |
| | DoublePosition (Position const &pos) |
| |
| double | GetDoublePositionX () const |
| |
| double | GetDoublePositionY () const |
| |
| double | GetDoublePositionZ () const |
| |
| double | GetDoubleExactDist2dSq (DoublePosition const &pos) const |
| |
| Position * | sync () |
| |
| | Position () |
| |
| | Position (float x, float y, float z=0.0f, float o=0.0f) |
| |
| bool | operator== (Position const &a) const |
| |
| void | Relocate (float x, float y) |
| |
| void | Relocate (float x, float y, float z) |
| |
| void | Relocate (float x, float y, float z, float o) |
| |
| void | Relocate (Position const &pos) |
| |
| void | Relocate (Position const *pos) |
| |
| void | RelocateOffset (Position const &offset) |
| |
| void | SetOrientation (float orientation) |
| |
| float | GetPositionX () const |
| |
| float | GetPositionY () const |
| |
| float | GetPositionZ () const |
| |
| float | GetOrientation () const |
| |
| void | GetPosition (float &x, float &y) const |
| |
| void | GetPosition (float &x, float &y, float &z) const |
| |
| void | GetPosition (float &x, float &y, float &z, float &o) const |
| |
| Position | GetPosition () const |
| |
| Streamer< XY > | PositionXYStream () |
| |
| ConstStreamer< XY > | PositionXYStream () const |
| |
| Streamer< XYZ > | PositionXYZStream () |
| |
| ConstStreamer< XYZ > | PositionXYZStream () const |
| |
| Streamer< XYZO > | PositionXYZOStream () |
| |
| ConstStreamer< XYZO > | PositionXYZOStream () const |
| |
| Streamer< PackedXYZ > | PositionPackedXYZStream () |
| |
| ConstStreamer< PackedXYZ > | PositionPackedXYZStream () const |
| |
| bool | IsPositionValid () const |
| |
| float | GetExactDist2dSq (const float x, const float y) const |
| |
| float | GetExactDist2dSq (Position const &pos) const |
| |
| float | GetExactDist2dSq (Position const *pos) const |
| |
| float | GetExactDist2d (const float x, const float y) const |
| |
| float | GetExactDist2d (Position const &pos) const |
| |
| float | GetExactDist2d (Position const *pos) const |
| |
| float | GetExactDistSq (float x, float y, float z) const |
| |
| float | GetExactDistSq (Position const &pos) const |
| |
| float | GetExactDistSq (Position const *pos) const |
| |
| float | GetExactDist (float x, float y, float z) const |
| |
| float | GetExactDist (Position const &pos) const |
| |
| float | GetExactDist (Position const *pos) const |
| |
| void | GetPositionOffsetTo (Position const &endPos, Position &retOffset) const |
| |
| Position | GetPositionWithOffset (Position const &offset) const |
| |
| float | GetAbsoluteAngle (float x, float y) const |
| |
| float | GetAbsoluteAngle (Position const &pos) const |
| |
| float | GetAbsoluteAngle (Position const *pos) const |
| |
| float | ToAbsoluteAngle (float relAngle) const |
| |
| float | ToRelativeAngle (float absAngle) const |
| |
| float | GetRelativeAngle (float x, float y) const |
| |
| float | GetRelativeAngle (Position const &pos) const |
| |
| float | GetRelativeAngle (Position const *pos) const |
| |
| void | GetSinCos (float x, float y, float &vsin, float &vcos) const |
| |
| bool | IsInDist2d (float x, float y, float dist) const |
| |
| bool | IsInDist2d (Position const *pos, float dist) const |
| |
| bool | IsInDist (float x, float y, float z, float dist) const |
| |
| bool | IsInDist (Position const &pos, float dist) const |
| |
| bool | IsInDist (Position const *pos, float dist) const |
| |
| bool | IsWithinBox (Position const ¢er, float xradius, float yradius, float zradius) const |
| |
| bool | IsWithinDoubleVerticalCylinder (Position const *center, float radius, float height) const |
| |
| bool | HasInArc (float arcangle, Position const *pos, float border=2.0f) const |
| |
| bool | HasInLine (Position const *pos, float objSize, float width) const |
| |
| std::string | ToString () const |
| |
Definition at line 34 of file AreaBoundary.h.