OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros
ossimMatrix4x4.cpp File Reference
#include <ossim/base/ossimMatrix4x4.h>
#include <ossim/matrix/newmatap.h>
#include <ossim/base/ossimConstants.h>

Go to the source code of this file.

Macros

#define QX   q.theVector[0]
 
#define QY   q.theVector[1]
 
#define QZ   q.theVector[2]
 
#define QW   q.theVector[3]
 

Macro Definition Documentation

◆ QW

#define QW   q.theVector[3]

Definition at line 123 of file ossimMatrix4x4.cpp.

Referenced by ossimMatrix4x4::getRotate(), and ossimMatrix4x4::setRotate().

◆ QX

#define QX   q.theVector[0]

Definition at line 120 of file ossimMatrix4x4.cpp.

Referenced by ossimMatrix4x4::getRotate(), and ossimMatrix4x4::setRotate().

◆ QY

#define QY   q.theVector[1]

Definition at line 121 of file ossimMatrix4x4.cpp.

Referenced by ossimMatrix4x4::getRotate(), and ossimMatrix4x4::setRotate().

◆ QZ

#define QZ   q.theVector[2]

Definition at line 122 of file ossimMatrix4x4.cpp.

Referenced by ossimMatrix4x4::getRotate(), and ossimMatrix4x4::setRotate().