This class exposes the object used to store the options for operations on object poses.
Public Member Functions |
|
FBObjectPoseOptions () | |
Constructor. |
|
ClearFlag () | |
Clear all flags. |
|
bool | GetFlag (FBObjectPoseOptionsFlag pFlag) |
Get a flag value. |
|
SetFlag (FBObjectPoseOptionsFlag pFlag, bool pValue) | |
Set a flag value. |
|
Public Attributes |
|
FBPoseTransformType | mPoseTransformType |
Transform type (Local, Global or LocalRef).
|
|
FBMatrix | mReferenceGRM |
Global rotation matrix of reference
object. |
|
FBMatrix | mReferenceGSM |
Global scaling matrix of reference object. |
|
FBTVector | mReferenceGT |
Global translation vector of reference
object. |
Constructor.
ClearFlag | ( | ) |
Clear all flags.
bool GetFlag | ( | FBObjectPoseOptionsFlag | pFlag | ) |
Get a flag value.
pFlag | Flag to get. |
SetFlag | ( | FBObjectPoseOptionsFlag | pFlag, | |
bool | pValue | |||
) |
Set a flag value.
pFlag | Flag to set. | |
pValue | Value to set. |
Transform type (Local, Global or LocalRef).
Global rotation matrix of reference object.
Global scaling matrix of reference object.
FBTVector mReferenceGT |
Global translation vector of reference object.