|
GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::View, including all inherited members.
| getCenter() const | gk::View | inline |
| getPosition() const | gk::View | inlinevirtual |
| getRotation() const | gk::View | inline |
| getSize() const | gk::View | inline |
| getTransform() const | gk::View | virtual |
| getViewport() const | gk::View | inline |
| getViewTransform() const | gk::View | virtual |
| m_position | gk::View | private |
| m_rotation | gk::View | private |
| m_size | gk::View | private |
| m_transform | gk::View | mutableprotected |
| m_transformUpdated | gk::View | mutableprotected |
| m_viewport | gk::View | private |
| m_viewTransform | gk::View | mutableprotected |
| m_viewTransformUpdated | gk::View | mutableprotected |
| move(float offsetX, float offsetY, float offsetZ=0) | gk::View | |
| move(const Vector3f &offset) | gk::View | inline |
| reset(const FloatRect &rectangle) | gk::View | |
| rotate(float angle) | gk::View | inline |
| setCenter(float x, float y, float z=0) | gk::View | |
| setCenter(const Vector3f &position) | gk::View | inline |
| setRotation(float angle) | gk::View | |
| setSize(float width, float height) | gk::View | |
| setSize(const Vector2f &size) | gk::View | inline |
| setViewport(const FloatRect &viewport) | gk::View | inline |
| View() | gk::View | |
| View(const Vector3f ¢er, const Vector2f &size) | gk::View | |
| View(const FloatRect &rectangle) | gk::View | explicit |
| zoom(float factor) | gk::View | inline |
| ~View()=default | gk::View | virtual |
1.8.12