Ejemplo n.º 1
0
 public vec3(vec4 v)
 {
     this.x = v.x;
     this.y = v.y;
     this.z = v.z;
 }