us.ihmc.graphics3DAdapter.java3D.fromSCS
Class YoGeometry

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.java3D.fromSCS.YoGeometry

public class YoGeometry
extends java.lang.Object


Constructor Summary
YoGeometry()
           
 
Method Summary
static javax.media.j3d.Geometry profiledGroundGeometry(HeightMap heightMap, int pointsPerSide, double xMin, double xMax, double yMin, double yMax, double x_tiles, double y_tiles)
           
static javax.media.j3d.Geometry profiledGroundGeometry(HeightMap heightMap, int xPointsPerSide, int yPointsPerSide, double xMin, double xMax, double yMin, double yMax, double x_tiles, double y_tiles)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YoGeometry

public YoGeometry()
Method Detail

profiledGroundGeometry

public static javax.media.j3d.Geometry profiledGroundGeometry(HeightMap heightMap,
                                                              int pointsPerSide,
                                                              double xMin,
                                                              double xMax,
                                                              double yMin,
                                                              double yMax,
                                                              double x_tiles,
                                                              double y_tiles)

profiledGroundGeometry

public static javax.media.j3d.Geometry profiledGroundGeometry(HeightMap heightMap,
                                                              int xPointsPerSide,
                                                              int yPointsPerSide,
                                                              double xMin,
                                                              double xMax,
                                                              double yMin,
                                                              double yMax,
                                                              double x_tiles,
                                                              double y_tiles)