
#include <hgeEntity.h>

Public Member Functions | |
| hgeVector | GetRotatedPosition (hgeVector pos, float r) |
| hgeVector | GetPosition () |
| void | SetPosition (hgeVector pos) |
| void | SetHotSpot (hgeVector m_hotspot) |
| void | Shift (hgeVector amount) |
| hgeEntityEx (int m_Layer, bool m_Static) | |
| void | Rotate (float m_angle) |
| void | SetRotation (float m_angle) |
| float | GetRotation () |
| hgeVector hgeEntityEx::GetPosition | ( | ) | [inline] |
Fetches the position of a polygon. Usually the top left coordinate of its AABB.
Reimplemented from hgePolygon.
| hgeVector hgeEntityEx::GetRotatedPosition | ( | hgeVector | pos, | |
| float | r | |||
| ) | [inline] |
| void hgeEntityEx::SetHotSpot | ( | hgeVector | m_hotspot | ) | [inline] |
Sets hot spot for transform operations.
| m_hotspot | Vector describing the offset from the top left hand corner of the AABB |
Reimplemented from hgePolygon.
| void hgeEntityEx::SetPosition | ( | hgeVector | pos | ) | [inline] |
Sets the position of a polygon. Usually the top left coordinate of its AABB.
Reimplemented from hgePolygon.
| void hgeEntityEx::Shift | ( | hgeVector | amount | ) | [inline] |
Moves polygon from its current position by a certain amount.
Reimplemented from hgePolygon.
1.5.8