Package com.jogamp.openal.sound3d
Class Vec3f
- java.lang.Object
-
- com.jogamp.openal.sound3d.Vec3f
-
public final class Vec3f extends Object
A onvenience class representing a 3-element float vector- Author:
- Athomas Goldberg
-
-
Constructor Summary
Constructors Constructor Description Vec3f(float v1, float v2, float v3)
Creates a new Vec3f object.
-