|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.openal.sound3d.Vec3f
public final class Vec3f
A onvenience class representing a 3-element float vector
Field Summary | |
---|---|
float |
v1
the first element in the vector |
float |
v2
the first element in the vector |
float |
v3
the first element in the vector |
Constructor Summary | |
---|---|
Vec3f(float v1,
float v2,
float v3)
Creates a new Vec3f object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final float v1
public final float v2
public final float v3
Constructor Detail |
---|
public Vec3f(float v1, float v2, float v3)
v1
- the first element in the vectorv2
- the second element in the vectorv3
- the third element in the vector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |