JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.sound3d.Vec3f Class Reference

A convenience class representing a 3-element float vector. More...

Collaboration diagram for com.jogamp.openal.sound3d.Vec3f:

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...
 

Detailed Description

A convenience class representing a 3-element float vector.

Author
Athomas Goldberg

Definition at line 42 of file Vec3f.java.

Constructor & Destructor Documentation

◆ Vec3f()

com.jogamp.openal.sound3d.Vec3f.Vec3f ( final float  v1,
final float  v2,
final float  v3 
)

Creates a new Vec3f object.

Parameters
v1the first element in the vector
v2the second element in the vector
v3the third element in the vector

Definition at line 59 of file Vec3f.java.

Member Data Documentation

◆ v1

final float com.jogamp.openal.sound3d.Vec3f.v1

the first element in the vector

Definition at line 44 of file Vec3f.java.

◆ v2

final float com.jogamp.openal.sound3d.Vec3f.v2

the first element in the vector

Definition at line 47 of file Vec3f.java.

◆ v3

final float com.jogamp.openal.sound3d.Vec3f.v3

the first element in the vector

Definition at line 50 of file Vec3f.java.


The documentation for this class was generated from the following file: