Beispiel #1
0
 public static string Syntax(this ObjLineType self)
 {
     return(syntaxReference[self]);
 }
 public static string PrintObj(this Vector2 self, ObjLineType lineType)
 {
     return($"{self.X:0.00000} {self.Y:0.00000}");
 }