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 Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)