Ejemplo n.º 1
0
 public static void ToStringAndParse()
 => TrafoTesting.GenericToStringAndParseTest(TrafoTesting.GetRandomRot2, Rot2d.Parse);
Ejemplo n.º 2
0
 public static void ToStringAndParse()
 => TrafoTesting.GenericToStringAndParseTest(TrafoTesting.GetRandomAffine, Affine3d.Parse);
Ejemplo n.º 3
0
 public static void ToStringAndParse()
 => TrafoTesting.GenericToStringAndParseTest(TrafoTesting.GetRandomShift3, Shift3d.Parse);
Ejemplo n.º 4
0
 public static void ToStringAndParse()
 => TrafoTesting.GenericToStringAndParseTest(TrafoTesting.GetRandomEuclidean, Euclidean3d.Parse);
Ejemplo n.º 5
0
 public static void ToStringAndParse()
 => TrafoTesting.GenericToStringAndParseTest(TrafoTesting.GetRandomSimilarity, Similarity3d.Parse);