|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vec3 | |
---|---|
opengl.common | |
opengl.geometry |
Uses of Vec3 in opengl.common |
---|
Methods in opengl.common that return Vec3 | |
---|---|
Vec3 |
ImageTexture.getLowerNormTexAt(int pos)
|
Vec3 |
ImageTexture.getMaxNormTex()
|
Vec3 |
ImageTexture.getNormTexSizeAt(int i)
|
Methods in opengl.common that return types with arguments of type Vec3 | |
---|---|
java.util.LinkedList<Vec3> |
ImageTexture.getNormTexSizes()
|
Uses of Vec3 in opengl.geometry |
---|
Subclasses of Vec3 in opengl.geometry | |
---|---|
class |
Vec4
|
Methods in opengl.geometry that return Vec3 | |
---|---|
static Vec3 |
Vec3.addVec3(Vec3 vec1,
Vec3 vec2)
|
Vec3 |
Vec3.minus(Vec3 pos2)
|
static Vec3 |
Vec3.multiply(Vec3 vec,
float num)
|
Vec3 |
Vec3.normalize()
|
static Vec3 |
Vec3.randVec3()
|
Methods in opengl.geometry with parameters of type Vec3 | |
---|---|
void |
Vec3.add(Vec3 vec)
|
static Vec3 |
Vec3.addVec3(Vec3 vec1,
Vec3 vec2)
|
float |
Vec3.distance(Vec3 vec)
|
Vec3 |
Vec3.minus(Vec3 pos2)
|
static Vec3 |
Vec3.multiply(Vec3 vec,
float num)
|
void |
Vec3.subtract(Vec3 vec)
|
void |
Vec3.subtract(Vec3 vec1,
Vec3 vec2)
|
Constructors in opengl.geometry with parameters of type Vec3 | |
---|---|
Vec3(Vec3 vec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |