|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vec2 | |
---|---|
opengl.common | |
opengl.geometry |
Uses of Vec2 in opengl.common |
---|
Methods in opengl.common that return Vec2 | |
---|---|
Vec2 |
ImageTexture.getLowerPatchBoundsAt(int pos)
|
Vec2 |
ImageTexture.getPatchSizeAt(int i)
|
Vec2 |
ImageTexture.getRelativePatchSizeAt(int pos)
|
Methods in opengl.common that return types with arguments of type Vec2 | |
---|---|
java.util.LinkedList<Vec2> |
ImageTexture.getPatchSize()
|
Methods in opengl.common with parameters of type Vec2 | |
---|---|
static java.nio.FloatBuffer |
ImageFileReader.readImgData(java.awt.image.BufferedImage img,
ImageTexture imgTex,
Vec2 relSize)
|
Uses of Vec2 in opengl.geometry |
---|
Methods in opengl.geometry that return Vec2 | |
---|---|
Vec2 |
Vec2.add(Vec2 vec)
|
Methods in opengl.geometry with parameters of type Vec2 | |
---|---|
Vec2 |
Vec2.add(Vec2 vec)
|
float |
Vec2.distance(Vec2 vec)
|
Constructors in opengl.geometry with parameters of type Vec2 | |
---|---|
Vec2(Vec2 vec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |