예제 #1
0
 (f(a.x, b.x), f(a.y, b.y));
예제 #2
0
 return(approxEqual(a.x, b.x, eps) &&
예제 #3
0
 return(new Vector3(a.x / b.x, a.y / b.y, a.z / b.z));