Beispiel #1
0
 public Point(Vec3 c)
 {
     x = c.x;
     y = c.y;
     z = c.z;
 }