typedef struct { int keys; /* 2点間を結ぶキーフレーム */ int *iparam; /* アトリビュートデータ (固定小数点) */ float *fparam; /* アトリビュートデータ (浮動小数点) */ } NJS_SPLINE;