|
JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
A convenience class representing a 3-element float vector. More...
Public Member Functions | |
| Vec3f (final float v1, final float v2, final float v3) | |
| Creates a new Vec3f object. More... | |
Public Attributes | |
| final float | v1 |
| the first element in the vector More... | |
| final float | v2 |
| the first element in the vector More... | |
| final float | v3 |
| the first element in the vector More... | |
A convenience class representing a 3-element float vector.
Definition at line 42 of file Vec3f.java.
| com.jogamp.openal.sound3d.Vec3f.Vec3f | ( | final float | v1, |
| final float | v2, | ||
| final float | v3 | ||
| ) |
Creates a new Vec3f object.
| v1 | the first element in the vector |
| v2 | the second element in the vector |
| v3 | the third element in the vector |
Definition at line 59 of file Vec3f.java.
| final float com.jogamp.openal.sound3d.Vec3f.v1 |
the first element in the vector
Definition at line 44 of file Vec3f.java.
| final float com.jogamp.openal.sound3d.Vec3f.v2 |
the first element in the vector
Definition at line 47 of file Vec3f.java.
| final float com.jogamp.openal.sound3d.Vec3f.v3 |
the first element in the vector
Definition at line 50 of file Vec3f.java.