#include "curve.h"
Go to the source code of this file.
Defines | |
#define | f(value) sin(PI*(value)) |
#define | fxy(value, center) ((value<center)?sin((HALF_PI/center)*(value)):cos((HALF_PI/(1-center))*((value)-center))) |
#define | fx(value) fxy(value,center.x) |
#define | fy(value) fxy(value,center.y) |
|
|
Referenced by Curve::Draw(). |
|
|
|
Referenced by Curve::Draw(). |