public class PointDirection
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PointDirection()
Instantiates a new point direction.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
getEndPoint() |
float[] |
getStartPoint() |
void |
setEndPoint(float x,
float y,
float z) |
void |
setStartPoint(float x,
float y,
float z) |
public float[] getEndPoint()
public float[] getStartPoint()
public void setEndPoint(float x,
float y,
float z)
x - the x value of the end point to sety - the y value of the end point to setz - the z value of the end point to setpublic void setStartPoint(float x,
float y,
float z)
x - the x value of the start point to sety - the y value of the start point to setz - the z value of the start point to set