示例#1
0
文件: Vector3f.cs 项目: vb0067/LGame
 internal Vector3f Tmp3()
 {
     return(tmp3.Set(this));
 }
示例#2
0
文件: Vector3f.cs 项目: vb0067/LGame
 public Vector3f Tmp2()
 {
     return(tmp2.Set(this));
 }