36 #ifndef OPENPSTD_ALGORITHM_H 37 #define OPENPSTD_ALGORITHM_H 47 bool PointInSquare(QVector2D tl, QVector2D size, QVector2D point);
49 void AddSquareBuffer(std::unique_ptr<std::vector<float>>
const &buffer, QVector2D tl, QVector2D size);
51 void AddSquareBuffer(std::unique_ptr<std::vector<QVector2D>>
const &buffer, QVector2D tl, QVector2D size);
53 QVector4D ToVectorRGBA(QColor color);
57 #endif //OPENPSTD_ALGORITHM_H This is the general namespace of the OpenPSTD application.
Definition: Boundary.cpp:33