Example #1
0
 public XMUDecN4XR(float[] array)
 {
     this = XMVector.LoadFloat4(new XMFloat4(array));
 }
Example #2
0
 public XMByteN4(float[] array)
 {
     this = XMVector.LoadFloat4(new XMFloat4(array));
 }
Example #3
0
 public XMUShort4(float[] array)
 {
     this = XMVector.LoadFloat4(new XMFloat4(array));
 }
 public XMColorRgba(float[] values)
 {
     this = XMVector.LoadFloat4(new XMFloat4(values));
 }