Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoCompose.h File Reference

Go to the source code of this file.

Classes

class  SoComposeVec2f
 Composes 2D vectors from floating-point values. More...
 
class  SoComposeVec2i32
 Composes 2D vectors from int values. More...
 
class  SoComposeVec2s
 Composes 2D vectors from short values. More...
 
class  SoComposeVec3f
 Composes 3D vectors from floating-point values. More...
 
class  SoComposeVec4f
 Composes 4D vectors from floating-point values. More...
 
class  SoDecomposeVec2f
 Decomposes 2D vectors into floating-point values. More...
 
class  SoDecomposeVec2i32
 Decomposes 2D vectors into int values. More...
 
class  SoDecomposeVec2s
 Decomposes 2D vectors into short values. More...
 
class  SoDecomposeVec3f
 Decomposes 3D vectors into floating-point values. More...
 
class  SoDecomposeVec4f
 Decomposes 4D vectors into floating-point values. More...
 
class  SoComposeRotation
 Composes a rotation from axis and angle values. More...
 
class  SoComposeRotationFromTo
 Composes a rotation that rotates from one vector into another. More...
 
class  SoDecomposeRotation
 Decomposes rotation values. More...
 
class  SoComposeMatrix
 Composes a transformation matrix. More...
 
class  SoDecomposeMatrix
 Decomposes transformation matrices into values for translation, rotation, and scale. More...
 

Macros

#define SO_COMPOSE__HEADER(Name)
 

Macro Definition Documentation

◆ SO_COMPOSE__HEADER

#define SO_COMPOSE__HEADER (   Name)
Value:
private: \
~Name(); \
virtual void evaluate(); \
public: \ \
Name(); \
private: \ \
static void initClass(); \ \
static void exitClass()
#define SO_ENGINE_HEADER(className)

Definition at line 69 of file SoCompose.h.