示例#1
0
 public double GetLengthSq()
 {
     return(Line2D.GetLengthSq(v2.x - v1.x, v2.y - v1.y));
 }
示例#2
0
 public float GetLengthSq()
 {
     return(Line2D.GetLengthSq(v2.x - v1.x, v2.y - v1.y));
 }