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