Download List

專案描述

Psychlopsは、心理物理学・神経生理学用の実験刺激を簡単に描画することを目指すプロジェクトで、C++ライブラリとして提供されています。

System Requirements

System requirement is not defined

發布 2010-04-07 18:11
Psychlops Installer 1.5.0 (2 files 隱藏)

發布版本通知

沒有發布版本通知

更動紀錄

<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);