Open CASCADE Technology
6.9.0
|
#include <Standard_PrimitiveTypes.hxx>
Enumerations | |
enum | gp_TrsfForm { gp_Identity, gp_Rotation, gp_Translation, gp_PntMirror, gp_Ax1Mirror, gp_Ax2Mirror, gp_Scale, gp_CompoundTrsf, gp_Other } |
Identifies the type of a geometric transformation. Enumerates all 24 possible variants of generalized Euler angles, defining general 3d rotation by three rotations around main axes of coordinate system, in different possible orders. The name of the enumeration corresponds to order of rotations, prefixed by type of co-ordinate system used: More... | |
enum gp_TrsfForm |
Identifies the type of a geometric transformation. Enumerates all 24 possible variants of generalized Euler angles, defining general 3d rotation by three rotations around main axes of coordinate system, in different possible orders. The name of the enumeration corresponds to order of rotations, prefixed by type of co-ordinate system used:
Enumerator | |
---|---|
gp_Identity | |
gp_Rotation | |
gp_Translation | |
gp_PntMirror | |
gp_Ax1Mirror | |
gp_Ax2Mirror | |
gp_Scale | |
gp_CompoundTrsf | |
gp_Other |