예제 #1
0
파일: Vec3.cs 프로젝트: oldmannus/PitGit
 public void FromIVec3(IVec3 v)
 {
     x = v.x;
     y = v.y;
     z = v.z;
 }