Psychlopsは、心理物理学・神経生理学用の実験刺激を簡単に描画することを目指すプロジェクトで、C++ライブラリとして提供されています。
<add> Widgets::
<fix> Widgets::
<add> Figure& shift(const Point &p);
<add> Rectangle& Rectangle::alignLeft(const double lef);
<add> Rectangle& Rectangle::alignTop(const double to_);
<add> Rectangle& Rectangle::alignRight(const double rig);
<add> Rectangle& Rectangle::alignBottom(const double bot);
<fix> const Point Rectangle::getDatum(); を中央から左上に(Rectangle::getDatum()への対応)
<add> Interval ExperimentalMethods::Variable::setInterval(const Interval &itvl);