コード例 #1
0
ファイル: Vec3f.cpp プロジェクト: fxyyoung/SoftRender
Vec3f operator-(Vec3f left, const Vec3f& right)
{
	return left.Subtract(right);
}