C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Record about the degree of freedom of movement. More...

#include <gcm_routines.h>

+ Collaboration diagram for MtTransDof:

Public Attributes

int dof
 Degree of freedom.
 
MbVector3D vector
 Direction of line or normal of plane depending on the value of dof.
 

Detailed Description

Record about the degree of freedom of movement.

Structure for record the information about the degree of freedom of a linear displacement for a three-dimensional point.

How to interpret data.
If dof = 0, then the point is fixed;
If dof = 1, then the point has a freedom of movement along a curve with the direction MtTransDof::vector;
If dof = 2, then the point has a freedom of movement along the plane with the normal MtTransDof::vector;
If dof = 3, then the point has a complete freedom of movement, a value of MtTransDof::vector is not significant.

The documentation for this struct was generated from the following file: