Exemple #1
0
 public PlanePositionPointComparer(Plane p)
 {
     m_Converter = new CartesianCoordinatesConverter(p);
 }
 /// <summary>
 /// Create a new CircularVectorComparer using a Plane on which we will projects the points to sort..
 /// </summary>
 /// <param name="p">PLane used to project the points prior to sort them.</param>
 public CircularVectorComparer(Plane p)
 {
     m_Converter = new CartesianCoordinatesConverter(p);
 }