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 Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)