us.ihmc.plotting3d
Class Tools

java.lang.Object
  extended by us.ihmc.plotting3d.Tools

public class Tools
extends java.lang.Object


Constructor Summary
Tools()
           
 
Method Summary
static javax.vecmath.Point2d getOutSidePoint(javax.vecmath.Point2d start, javax.vecmath.Point2d end, double ammount)
           
static javax.vecmath.Point3d getOutSidePoint(javax.vecmath.Point3d start, javax.vecmath.Point3d end, double ammount)
           
static javax.media.j3d.Appearance setApp(java.awt.Color color)
           
static javax.media.j3d.Appearance setApp(java.awt.Color color, double trans)
           
static void sleep(int time)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tools

public Tools()
Method Detail

sleep

public static void sleep(int time)

getOutSidePoint

public static javax.vecmath.Point2d getOutSidePoint(javax.vecmath.Point2d start,
                                                    javax.vecmath.Point2d end,
                                                    double ammount)

getOutSidePoint

public static javax.vecmath.Point3d getOutSidePoint(javax.vecmath.Point3d start,
                                                    javax.vecmath.Point3d end,
                                                    double ammount)

setApp

public static javax.media.j3d.Appearance setApp(java.awt.Color color,
                                                double trans)

setApp

public static javax.media.j3d.Appearance setApp(java.awt.Color color)