29#ifndef NOMLIB_GRAPHICS_SHAPES_POINT_HPP
30#define NOMLIB_GRAPHICS_SHAPES_POINT_HPP
34#include "nomlib/config.hpp"
35#include "nomlib/math/Color4.hpp"
36#include "nomlib/math/Point2.hpp"
37#include "nomlib/graphics/shapes/Shape.hpp"
57 Point (
const Point2i& pos,
const Color4i& fill );
64 void draw ( RenderTarget& target )
const;
void draw(RenderTarget &target) const
Render the point coordinate.
virtual ~Point(void)
Destructor; should be fine to inherit from.
Point(const Point2i &pos, const Color4i &fill)
Construct a Point from parameters.
Point(void)
Default constructor.
Shape(const Shape ©)
Copy constructor.