let v = createVector(4, 6); // incoming vector, this example vector is heading to ... to a plane (this example normal points directly upwards) v.reflect(n); ...
確定! 回上一頁