|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectenv3d.EnvRay
public class EnvRay
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 |
---|
public EnvRay()
Method Detail |
---|
public EnvVector getOrigin()
public void setOrigin(EnvVector origin)
origin
- the origin to setpublic EnvVector getDirection()
public void setDirection(EnvVector direction)
direction
- the direction to setpublic void setDirection(com.jme3.math.Vector3f dir)
dir
- public void setOrigin(com.jme3.math.Vector3f origin)
origin
- the origin to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |