Exemplo n.º 1
0
 public Vector(gp_XYZ Other)
     : base(3)
 {
     Add(Other.X());
     Add(Other.Y());
     Add(Other.Z());
 }