1#ifndef COIN_SOLISTENERPOSITIONELEMENT_H
2#define COIN_SOLISTENERPOSITIONELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/SbVec3f.h>
51 const SbVec3f & position, SbBool setbylistener);
54 static SbBool isSetByListener(
SoState *
const state);
56 void print(FILE * file)
const override;
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoListenerPositionElement holds the position of the current listener.
Definition SoListenerPositionElement.h:39
SbVec3f position
Definition SoListenerPositionElement.h:59
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoReplacedElement class is an abstract element superclass.
Definition SoReplacedElement.h:39
void print(FILE *file) const override
Definition SoReplacedElement.cpp:120
static void initClass(void)
Definition SoReplacedElement.cpp:77
void init(SoState *state) override
Definition SoReplacedElement.cpp:91
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44