示例#1
0
 public V2.RelativePos Classify(V2 point)
 {
     return(point.Classify(Origin, Destination));
 }