Skip to content
Snippets Groups Projects
Commit e7473d18 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

javadoc

parent 68e501aa
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
* Create X3D PositionInterpolator and OrientationInterpolator nodes corresponding to x-y-z points in stream.
* @author Tobias Brennenstuhl @ NPS
*/
public class X3dCreateInterpolators {
......
......@@ -14,7 +14,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
*
*Create X3D LineSet node corresponding to x-y-z points in stream.
* @author Tobias Brennenstuhl @ NPS
*/
public class X3dCreateLineSet {
......
......@@ -11,7 +11,7 @@ import java.util.Set;
import java.util.TreeMap;
/**
*
* Reduce X3D interpolator size by omitting unnecessary intermediate data points and smoothing data as appropriate.
* @author Tobias Brennenstuhl @ NPS
*/
public class X3dSlidingWindowCompression {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment