env3d
Class EnvRay

java.lang.Object
  extended by env3d.EnvRay

public class EnvRay
extends java.lang.Object


Constructor Summary
EnvRay()
           
 
Method Summary
 EnvVector getDirection()
           
 EnvVector getOrigin()
           
 void setDirection(EnvVector direction)
           
 void setDirection(com.jme3.math.Vector3f dir)
          For internal use
 void setOrigin(EnvVector origin)
           
 void setOrigin(com.jme3.math.Vector3f origin)
          For internal use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvRay

public EnvRay()
Method Detail

getOrigin

public EnvVector getOrigin()
Returns:
the origin

setOrigin

public void setOrigin(EnvVector origin)
Parameters:
origin - the origin to set

getDirection

public EnvVector getDirection()
Returns:
the direction

setDirection

public void setDirection(EnvVector direction)
Parameters:
direction - the direction to set

setDirection

public void setDirection(com.jme3.math.Vector3f dir)
For internal use

Parameters:
dir -

setOrigin

public void setOrigin(com.jme3.math.Vector3f origin)
For internal use.

Parameters:
origin - the origin to set