Creado para la Practica FINAL de GEOMETRIA COMPUTACIONAL 2003-2004. Entorno tridimensional de prueba que realiza todas las operaciones sin utilizar ningún tipo de rutina de la api (únicamente la recta), todo es calculado manualmente. Copyright (C) 2004 Jonathan Hernández Velasco - Nuria García Vallez This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ---------COMPILAR (BUILD)---------- $javac jGeo.java ---------EJECUTAR (RUN)------------ Se puede ejecutar el binario proporcionado (jGeo.jar) En GNU/Linux: $ java -jar jGeo.jar En windows: - Doble click en jGeo.jar (Tambien con "java -jar jGeo.jar" desde la terminal de windows) En MacOS: (no esta probado) - También debe funcionar en MacOS, en cualquier sistema en que esté disponible java (http://java.sun.com) ---------USAR (TECLAS)------------ a w s d -> Moverse , . -> girar j m -> subir, bajar p -> pintar caras r -> rotar cubo Jonathan Hernández Velasco Nuria García Vallez