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