|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.data.TudeySceneModel.Vertex
public static class TudeySceneModel.Vertex
Represents a single vertex in a path or area.
| Field Summary | |
|---|---|
float |
x
The vertex coordinates. |
float |
y
The vertex coordinates. |
float |
z
The vertex coordinates. |
| Constructor Summary | |
|---|---|
TudeySceneModel.Vertex()
|
|
| Method Summary | |
|---|---|
Vector2f |
createVector()
Creates a vector from this vertex. |
void |
set(float x,
float y,
float z)
Sets the coordinates of the vertex. |
void |
transform(Matrix4f matrix)
Transforms this vertex in-place by the supplied matrix. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(step=0.01,
hgroup="c")
public float x
@Editable(step=0.01,
hgroup="c")
public float y
@Editable(step=0.01,
hgroup="c")
public float z
| Constructor Detail |
|---|
public TudeySceneModel.Vertex()
| Method Detail |
|---|
public void set(float x,
float y,
float z)
public Vector2f createVector()
public void transform(Matrix4f matrix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||