3 回答
TA贡献1853条经验 获得超9个赞
TA贡献1829条经验 获得超7个赞
TA贡献1995条经验 获得超2个赞
class Vector3{ float x; float y; float z; public Vector3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; }}
- 3 回答
- 0 关注
- 626 浏览
添加回答
举报
TA贡献1853条经验 获得超9个赞
TA贡献1829条经验 获得超7个赞
TA贡献1995条经验 获得超2个赞
class Vector3{ float x; float y; float z; public Vector3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; }}
举报