35package com.jogamp.openal.sound3d;
44 public final float v1;
47 public final float v2;
50 public final float v3;
59 public Vec3f(
final float v1,
final float v2,
final float v3) {
A convenience class representing a 3-element float vector.
Vec3f(final float v1, final float v2, final float v3)
Creates a new Vec3f object.
final float v3
the first element in the vector
final float v2
the first element in the vector
final float v1
the first element in the vector