示例#1
0
int main()
{
	int Error = 0;

	Error += test_length();
	Error += test_normalize();
	Error += test_dot();
	Error += test_cross();

	return Error;
}
示例#2
0
int main(int argc, char const *argv[]) {
    test_norma();
    test_normalize();
    test_vp();
    return 0;
}