Exemplo n.º 1
0
 private void ViewHorizontalProjection(object sender, EventArgs e)
 {
     currentPlane = PlaneFactory.CreateXZ(DefaultPoint);
     projection   = ProjectionsFactory.CreateHorizontalProjection();
     RedrawFigures();
 }