0_0_39375205_13543.cpp
0_0_39375205_13543.cpp(2) : error C2065: “Point3D”: 未声明的标识符
0_0_39375205_13543.cpp(2) : error C2146: 语法错误: 缺少“;”(在标识符“rayOrigin”的前面)
0_0_39375205_13543.cpp(2) : error C3861: “rayOrigin”: 找不到标识符
0_0_39375205_13543.cpp(3) : error C2065: “Point3D”: 未声明的标识符
0_0_39375205_13543.cpp(3) : error C2146: 语法错误: 缺少“;”(在标识符“rayDirection”的前面)
0_0_39375205_13543.cpp(3) : error C3861: “rayDirection”: 找不到标识符
0_0_39375205_13543.cpp(4) : error C2065: “Ray”: 未声明的标识符
0_0_39375205_13543.cpp(4) : error C2146: 语法错误: 缺少“;”(在标识符“exampleRay”的前面)
0_0_39375205_13543.cpp(4) : error C2065: “rayOrigin”: 未声明的标识符
0_0_39375205_13543.cpp(4) : error C2065: “rayDirection”: 未声明的标识符
0_0_39375205_13543.cpp(4) : error C3861: “exampleRay”: 找不到标识符
0_0_39375205_13543.cpp(6) : error C2065: “Point3D”: 未声明的标识符
0_0_39375205_13543.cpp(6) : error C2146: 语法错误: 缺少“;”(在标识符“sphereCenter”的前面)
0_0_39375205_13543.cpp(6) : error C3861: “sphereCenter”: 找不到标识符
0_0_39375205_13543.cpp(8) : error C2065: “Sphere”: 未声明的标识符
0_0_39375205_13543.cpp(8) : error C2146: 语法错误: 缺少“;”(在标识符“exampleSphere”的前面)
0_0_39375205_13543.cpp(8) : error C2065: “sphereCenter”: 未声明的标识符
0_0_39375205_13543.cpp(8) : error C3861: “exampleSphere”: 找不到标识符
0_0_39375205_13543.cpp(11) : error C2065: “exampleRay”: 未声明的标识符
0_0_39375205_13543.cpp(11) : error C2065: “exampleSphere”: 未声明的标识符
0_0_39375205_13543.cpp(11) : error C3861: “rayIntersectsSphere”: 找不到标识符
0_0_39375205_13543.cpp(12) : error C2039: “cout”: 不是“std”的成员
0_0_39375205_13543.cpp(12) : error C2065: “cout”: 未声明的标识符
0_0_39375205_13543.cpp(12) : error C2039: “endl”: 不是“std”的成员
0_0_39375205_13543.cpp(12) : error C2065: “endl”: 未声明的标识符
0_0_39375205_13543.cpp(14) : error C2039: “cout”: 不是“std”的成员
0_0_39375205_13543.cpp(14) : error C2065: “cout”: 未声明的标识符
0_0_39375205_13543.cpp(14) : error C2039: “endl”: 不是“std”的成员
0_0_39375205_13543.cpp(14) : error C2065: “endl”: 未声明的标识符
|