Class spatialAudio.Orientation6D
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spatialAudio.Orientation6D

java.lang.Object
   |
   +----spatialAudio.Orientation6D

public class Orientation6D
extends Object
Orientation6D stores two 3D vectors to fully define an object's orientation as a function of its "forward" direction and "up" directions. This class is used to describe the orientation of a listener.

Copyright (c) 1996 Intel Corporation

See Also:
Listener, Vector3D

VARIABLE INDEX

 O forward
A three-dimensional vector describing the "forward" direction of the object.
 O up
A three-dimensional vector describing the "up" direction of the object.

CONSTRUCTOR INDEX

 O Orientation6D()
Creates a new 6D Orientation vector with the forward vector pointing in the positive Z direction and the up vector pointing in the positive Y direction.
 O Orientation6D(float, float, float, float, float, float)
Creates a new 6D Orientation vector with the specified parameters.
 O Orientation6D(Vector3D, Vector3D)
Creates a new 6D Orientation vector with the specified parameters.

METHOD INDEX

 O toString()
Returns a String representation of the Orientation6D instance variables.

VARIABLES

 O forward
  public Vector3D forward
A three-dimensional vector describing the "forward" direction of the object.
 O up
  public Vector3D up
A three-dimensional vector describing the "up" direction of the object.

CONSTRUCTORS

 O Orientation6D
  public Orientation6D(Vector3D forward,
                       Vector3D up)
Creates a new 6D Orientation vector with the specified parameters.
 O Orientation6D
  public Orientation6D(float forwardX,
                       float forwardY,
                       float forwardZ,
                       float upX,
                       float upY,
                       float upZ)
Creates a new 6D Orientation vector with the specified parameters.
 O Orientation6D
  public Orientation6D()
Creates a new 6D Orientation vector with the forward vector pointing in the positive Z direction and the up vector pointing in the positive Y direction.

METHODS

 O toString
  public String toString()
Returns a String representation of the Orientation6D instance variables.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index
Free Web Hosting