C# Class ExampleWithGraphics.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: gusmanb/MIConvexHull

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Center ( Cell c ) : Point
ClearAndDrawAxes ( ) : void
Create ( List vertices, bool translate ) : void
Display ( ) : void
IsLeft ( Point a, Point b, Point c ) : int
MakeCircle ( int n, List vertices ) : void
MakeGrid ( int n, List vertices ) : void
MakeRandom ( int n, List vertices ) : void
PointInCell ( Cell c, Point p ) : bool
ShowVertices ( List vertices ) : void
btnFindDelaunay_Click ( object sender, RoutedEventArgs e ) : void
btnFindVoronoi_Click ( object sender, RoutedEventArgs e ) : void
btnMakeCirclePoints_Click ( object sender, RoutedEventArgs e ) : void
btnMakeCircle_Click ( object sender, RoutedEventArgs e ) : void
btnMakeFancy_Click ( object sender, RoutedEventArgs e ) : void
btnMakeGrid_Click ( object sender, RoutedEventArgs e ) : void
btnMakePoints_Click ( object sender, RoutedEventArgs e ) : void
btnMakeRegularPoints_Click ( object sender, RoutedEventArgs e ) : void
btnMakeSquarePoints_Click ( object sender, RoutedEventArgs e ) : void
btnRun_Click ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System