net.java.dev.joode.util
Class PosR

java.lang.Object
  extended by net.java.dev.joode.util.PosR

public class PosR
extends java.lang.Object

Author:
Tom Larkworthy

Field Summary
 Vector3 pos
           
 Matrix3 R
           
 
Constructor Summary
PosR()
           
PosR(Vector3 pos, Matrix3 r)
           
 
Method Summary
 void get(Matrix4f result)
          todo, assign variables directly for a speed boost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

public final Vector3 pos

R

public final Matrix3 R
Constructor Detail

PosR

public PosR()

PosR

public PosR(Vector3 pos,
            Matrix3 r)
Parameters:
pos -
r -
Method Detail

get

public void get(Matrix4f result)
todo, assign variables directly for a speed boost