|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector | |
---|---|
com.jmex.subdivision |
Uses of Vector in com.jmex.subdivision |
---|
Fields in com.jmex.subdivision declared as Vector | |
---|---|
(package private) Vector |
SubdivisionButterfly.Rule.newVector
|
Methods in com.jmex.subdivision that return Vector | |
---|---|
Vector |
Vector.addLocal(Vector vec)
|
Vector |
Vector.interpolate(Vector vec1,
Vector vec2)
|
Vector |
Vector.interpolate(Vector vec1,
Vector vec2,
float amount)
|
Vector |
Vector.multLocal(float factor)
|
Vector |
Vector.populateFromBuffer(java.nio.FloatBuffer buf,
int index)
|
(package private) abstract Vector |
SubdivisionButterfly.Rule.split(SubdivisionButterfly.Edge edge,
java.nio.FloatBuffer vb,
int bufferElementSize,
java.util.ArrayList<SubdivisionButterfly.Edge>[] vertexEdgeMap,
java.util.ArrayList<SubdivisionButterfly.Triangle> triangles,
SubdivisionButterfly.Valence[] vertexValence,
SubdivisionButterfly.Location[] vertexLocation)
|
Methods in com.jmex.subdivision with parameters of type Vector | |
---|---|
Vector |
Vector.addLocal(Vector vec)
|
Vector |
Vector.interpolate(Vector vec1,
Vector vec2)
|
Vector |
Vector.interpolate(Vector vec1,
Vector vec2,
float amount)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |