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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)