Ejemplo n.º 1
0
 void IPackedVector.PackFromVector4(Vector4 vector)
 {
     _short2Packed = Short2.PackInTwo(vector.X, vector.Y);
 }
Ejemplo n.º 2
0
 public bool Equals(Short2 other)
 {
     return(this == other);
 }