Tuple
Class OrthonormalBasis

java.lang.Object
  extended by Tuple.OrthonormalBasis

public class OrthonormalBasis
extends java.lang.Object


Constructor Summary
OrthonormalBasis(Tuple3f normal)
          Creates a new instance of OrthonormalBasis
 
Method Summary
 Tuple3f localToWorld(Tuple3f dir)
           
 Tuple3f worldToLocal(Tuple3f dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrthonormalBasis

public OrthonormalBasis(Tuple3f normal)
Creates a new instance of OrthonormalBasis

Method Detail

localToWorld

public Tuple3f localToWorld(Tuple3f dir)

worldToLocal

public Tuple3f worldToLocal(Tuple3f dir)