23#ifndef VCL_OPENGL2_DRAWABLE_DRAW_OBJECTS2_H
24#define VCL_OPENGL2_DRAWABLE_DRAW_OBJECTS2_H
26#include <vclib/space/core/color.h>
30void drawPoint2(
const Point2d& p,
const Color& c,
int size = 8);
47 const std::array<Point2d, 3>& arr,
53 const std::array<Point2d, 4>& points,
Point2< double > Point2d
A convenience alias for a 2-dimensional Point with double-precision floating-point components.
Definition point.h:755