예제 #1
0
 public Matrix3((float, float, float) a, (float, float, float) b, (float, float, float) c) : this(new Vector3(a.Item1, a.Item2, a.Item3), new Vector3(b.Item1, b.Item2, b.Item3), new Vector3(c.Item1, c.Item2, c.Item3))
예제 #2
0
 return(new Complex2D(c.Item1, c.Item2));