VEC_Fx16DotProduct

構文

#include <nitro/fx/fx_vec.h>

fx32 VEC_Fx16DotProduct(const VecFx16 * a, const VecFx16 * b);

引数

a ベクトルへのポインタ
b ベクトルへのポインタ

返り値

ベクトルaとベクトルbの内積

説明

VecFx16型ベクトルの内積を求めます。内積はfx32型です。

参照

VecFx16, VEC_Fx16CrossProduct

履歴

Ver. 2004/02/16