VR-Link JAVA API Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
List of all members | Public Member Functions
com.mak.vrlj.math.ConstQuaternion Interface Referenceabstract

An interface to Quaternion which only exposes methods which don't allow altering the object. More...

+ Inheritance diagram for com.mak.vrlj.math.ConstQuaternion:

Public Member Functions

abstract double getW ()
 
abstract double getX ()
 
abstract double getY ()
 
abstract double getZ ()
 

Detailed Description

An interface to Quaternion which only exposes methods which don't allow altering the object.

Member Function Documentation

abstract double com.mak.vrlj.math.ConstQuaternion.getW ( )
pure virtual
Returns
the w

Implemented in com.mak.vrlj.math.Quaternion.

abstract double com.mak.vrlj.math.ConstQuaternion.getX ( )
pure virtual
Returns
the x

Implemented in com.mak.vrlj.math.Quaternion.

abstract double com.mak.vrlj.math.ConstQuaternion.getY ( )
pure virtual
Returns
the y

Implemented in com.mak.vrlj.math.Quaternion.

abstract double com.mak.vrlj.math.ConstQuaternion.getZ ( )
pure virtual
Returns
the z

Implemented in com.mak.vrlj.math.Quaternion.


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

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)