mirror of https://github.com/rusefi/jzy3d-api.git
minor doc edit
This commit is contained in:
parent
a6b675b197
commit
278398fc0c
|
@ -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>
|
|
@ -8,9 +8,17 @@
|
|||
<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>
|
|
@ -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
|
||||
|
|
|
@ -8,7 +8,6 @@ public class IncreaseParamRemapTask extends AbstractRemapTask {
|
|||
super(surface, mapper);
|
||||
}
|
||||
|
||||
|
||||
public void remap() {
|
||||
mapper.setParam(mapper.getParam() + 0.0001);
|
||||
mapper.remap(surface);
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,13 +2,22 @@
|
|||
<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>
|
||||
</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>
|
|
@ -9,9 +9,17 @@
|
|||
<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>
|
|
@ -9,9 +9,17 @@
|
|||
<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>
|
Loading…
Reference in New Issue