#include <SoPlaneSync.h>
Public Member Functions | |
| SoPlaneSync () | |
| Constructor. | |
Static Public Member Functions | |
| static void | initClass () |
| Initializes this class. | |
Public Attributes | |
| SoSFVec3f | translation |
| Translation to the plane center. (Input). Default is (0,0,0). | |
| SoSFRotation | rotation |
| Rotation of the plane. (Input). Defaults are ((1,0,0),0). | |
| SoSFFloat | distanceFactor |
| The factor determining the distance between the two planes. (Input). Default is 1. | |
| SoSFVec3f | translationOutput |
| The translation to the field plane center of the second plane. (Output). Default is (0,0,0). | |
| SoSFRotation | rotationOutput |
| The rotation of the second clip plane. (Output). Defaults are ((1,0,0), 0). | |
Protected Member Functions | |
| virtual | ~SoPlaneSync () |
| Destructor. | |
Definition at line 31 of file SoPlaneSync.h.
| SoPlaneSync::SoPlaneSync | ( | ) |
Constructor.
| virtual SoPlaneSync::~SoPlaneSync | ( | ) | [inline, protected, virtual] |
| static void SoPlaneSync::initClass | ( | ) | [static] |
Initializes this class.
| SoSFFloat SoPlaneSync::distanceFactor |
The factor determining the distance between the two planes. (Input). Default is 1.
Definition at line 50 of file SoPlaneSync.h.
| SoSFRotation SoPlaneSync::rotation |
Rotation of the plane. (Input). Defaults are ((1,0,0),0).
Definition at line 47 of file SoPlaneSync.h.
| SoSFRotation SoPlaneSync::rotationOutput |
The rotation of the second clip plane. (Output). Defaults are ((1,0,0), 0).
Definition at line 56 of file SoPlaneSync.h.
| SoSFVec3f SoPlaneSync::translation |
Translation to the plane center. (Input). Default is (0,0,0).
Definition at line 44 of file SoPlaneSync.h.
| SoSFVec3f SoPlaneSync::translationOutput |
The translation to the field plane center of the second plane. (Output). Default is (0,0,0).
Definition at line 53 of file SoPlaneSync.h.
1.5.8