Exemple #1
0
float vector2::Dot(const vector2& v1, const vector2& v2)
{
	return v1.Dot(v2);
}