Gamedev Framework (gf)
0.19.0
A C++17 framework for 2D games
gf
SquareGrid
gf::SquareGrid Member List
This is the complete list of members for
gf::SquareGrid
, including all inherited members.
commitGeometry
() const
gf::SquareGrid
draw
(RenderTarget &target, const RenderStates &states) override
gf::SquareGrid
virtual
getCellSize
() const noexcept
gf::SquareGrid
inline
getColor
() const noexcept
gf::SquareGrid
inline
getGridSize
() const noexcept
gf::SquareGrid
inline
getInverseTransform
() const
gf::Transformable
getLineWidth
() const noexcept
gf::SquareGrid
inline
getLocalBounds
() const
gf::SquareGrid
getOrigin
() const
gf::Transformable
inline
getPosition
() const
gf::Transformable
inline
getRotation
() const
gf::Transformable
inline
getScale
() const
gf::Transformable
inline
getTransform
() const
gf::Transformable
move
(Vector2f offset)
gf::Transformable
rotate
(float angle)
gf::Transformable
scale
(Vector2f factors)
gf::Transformable
scale
(float factor)
gf::Transformable
inline
setAnchor
(Anchor anchor)
gf::SquareGrid
setCellSize
(Vector2f cellSize)
gf::SquareGrid
setColor
(const Color4f &color)
gf::SquareGrid
setGridSize
(Vector2i gridSize)
gf::SquareGrid
setLineWidth
(float lineWidth) noexcept
gf::SquareGrid
inline
setOrigin
(Vector2f origin)
gf::Transformable
setOriginFromAnchorAndBounds
(Anchor anchor, const RectF &bounds)
gf::Transformable
protected
setPosition
(Vector2f position)
gf::Transformable
setRotation
(float angle)
gf::Transformable
setScale
(Vector2f factors)
gf::Transformable
setScale
(float factor)
gf::Transformable
inline
SquareGrid
(Vector2i gridSize, Vector2f cellSize, const Color4f &color, float lineWidth=1.0f)
gf::SquareGrid
Transformable
()
gf::Transformable
~Drawable
()
gf::Drawable
virtual
Generated by
1.8.13