syn3d.util
Class AxisMaker

java.lang.Object
  extended by syn3d.util.AxisMaker

public class AxisMaker
extends java.lang.Object

Author:
nicolas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
AxisMaker()
           
 
Method Summary
static float[] makeAxis(int n)
          Creates lines and arrows to visualize the axis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisMaker

public AxisMaker()
Method Detail

makeAxis

public static float[] makeAxis(int n)
Creates lines and arrows to visualize the axis

Returns:
an array of line coordinates for the axis, composed of float numbers in the order (l1p1, l1p2, l2p1, l2p2...) with l and p the line and points, p made of 3 floats x y z