예제 #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));
 }