minor doc edit

This commit is contained in:
Martin Pernollet 2014-05-02 17:53:54 +01:00
parent a6b675b197
commit 278398fc0c
9 changed files with 109 additions and 60 deletions

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.jzy3d.jzy3d-master</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>

View File

@ -1,16 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jzy3d-api</name>
<comment>A Java API for 3d charts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>jzy3d-api</name>
<comment>A Java API for 3d charts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,4 +1,4 @@
Copyright (c) 2009-2013, Martin Pernollet and contributors
Copyright (c) 2009-2014, Martin Pernollet and contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -8,7 +8,6 @@ public class IncreaseParamRemapTask extends AbstractRemapTask {
super(surface, mapper);
}
public void remap() {
mapper.setParam(mapper.getParam() + 0.0001);
mapper.remap(surface);

View File

@ -20,7 +20,7 @@ import org.jzy3d.plot3d.transform.Transform;
import com.jogamp.common.nio.Buffers;
/**
* A {@link DrawableVBO} is able to efficiently large collection of geometries.
* A {@link DrawableVBO} is able to efficiently draw a large collection of geometries.
*
* @author Martin Pernollet
*/

View File

@ -634,7 +634,7 @@ public class View {
if (canvas instanceof GLAutoDrawable) {
return ((GLAutoDrawable) canvas);
} else
throw new RuntimeException("Unexpected instance type");
throw new RuntimeException("Unexpected instance type : " + canvas.getClass().toString());
}
/**

View File

@ -1,14 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jzy3d-jdt-core</name>
<comment>Java Delaunay Triangulation Core Library. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>jzy3d-jdt-core</name>
<comment>Java Delaunay Triangulation Core Library. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jzy3d-swt</name>
<comment>A java API to draw 3d charts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-api</project>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>jzy3d-swt</name>
<comment>A java API to draw 3d charts. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-api</project>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jzy3d-tutorials</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-api</project>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<name>jzy3d-tutorials</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>jzy3d-api</project>
<project>jzy3d-jdt-core</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>