Example #1
0
 public RPCPoint(float x, float y, RPCPointType type)
 {
     X    = x;
     Y    = y;
     Type = type;
 }
Example #2
0
 public RPCPoint(float x, float y, RPCPointType type)
 {
     X = x;
     Y = y;
     Type = type;
 }