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 Reference

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
abstract double com.mak.vrlj.math.ConstQuaternion.getX ( )
pure virtual
abstract double com.mak.vrlj.math.ConstQuaternion.getY ( )
pure virtual
abstract double com.mak.vrlj.math.ConstQuaternion.getZ ( )
pure virtual

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

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)