|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.scene.Mesh
com.jme3.scene.debug.Arrow
public class Arrow
The Arrow
debug shape represents an arrow.
An arrow is simply a line going from the original toward an extent
and at the tip there will be triangle-like shape.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jme3.scene.Mesh |
---|
Mesh.Mode |
Constructor Summary | |
---|---|
Arrow()
Serialization only. |
|
Arrow(Vector3f extent)
Creates an arrow mesh with the given extent. |
Method Summary | |
---|---|
void |
setArrowExtent(Vector3f extent)
Sets the arrow's extent. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arrow()
public Arrow(Vector3f extent)
extent
- Extent of the arrow from originMethod Detail |
---|
public void setArrowExtent(Vector3f extent)
extent
- the arrow's extent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |