|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uprm.ece.terrainrenderer.Vector
edu.uprm.ece.terrainrenderer.Vertex
public class Vertex
Field Summary |
---|
Fields inherited from class edu.uprm.ece.terrainrenderer.Vector |
---|
value, W, X, Y, Z |
Constructor Summary | |
---|---|
Vertex()
|
|
Vertex(float[] points)
|
|
Vertex(float x,
float y,
float z)
|
|
Vertex(float x,
float y,
float z,
float w)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class edu.uprm.ece.terrainrenderer.Vector |
---|
add, add, add, crossProduct, crossProduct, dotProduct, dotProduct, getSize, getValue, getX, getY, getZ, increment, incrementX, incrementY, incrementZ, inverse, invert, length, multiplyAndAdd, multiplyAndAdd, multiplyAndAdd, multiplyAndAdd, normalize, normalize, normalized, perpendicular, scale, scale, scaled, setValue, setValues, setValues, setX, setY, setZ, substract, subtract, subtract |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Vertex()
public Vertex(float[] points)
public Vertex(float x, float y, float z)
public Vertex(float x, float y, float z, float w)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |