|
| unsafe | MovementBuildBodyParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | MovementBuildBodyParams (bool allowRotation, MR._InOpt_Vector3f center, MR._InOpt_Vector3f bodyNormal, MR._InOpt_Vector3f bodyUpDir, MR.Std.Const_Vector_StdVectorMRVector3f? trajectoryNormals, MR.AffineXf3f? b2tXf, bool startMeshFromBody) |
| | Constructs MR.MovementBuildBodyParams elementwise.
|
| unsafe | MovementBuildBodyParams (MR.Const_MovementBuildBodyParams _other) |
| | Generated from constructor MR.MovementBuildBodyParams.MovementBuildBodyParams.
|
| | MovementBuildBodyParams (MovementBuildBodyParams _other) |
| | Generated from constructor MR.MovementBuildBodyParams.MovementBuildBodyParams.
|
| unsafe MR.MovementBuildBodyParams | assign (MR.Const_MovementBuildBodyParams _other) |
| | Generated from method MR::MovementBuildBodyParams::operator=.
|
| Public Member Functions inherited from MR.Const_MovementBuildBodyParams |
| virtual void | Dispose () |
| unsafe | Const_MovementBuildBodyParams () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_MovementBuildBodyParams (bool allowRotation, MR._InOpt_Vector3f center, MR._InOpt_Vector3f bodyNormal, MR._InOpt_Vector3f bodyUpDir, MR.Std.Const_Vector_StdVectorMRVector3f? trajectoryNormals, MR.AffineXf3f? b2tXf, bool startMeshFromBody) |
| | Constructs MR.MovementBuildBodyParams elementwise.
|
| unsafe | Const_MovementBuildBodyParams (MR.Const_MovementBuildBodyParams _other) |
| | Generated from constructor MR.MovementBuildBodyParams.MovementBuildBodyParams.
|
| | Const_MovementBuildBodyParams (MovementBuildBodyParams _other) |
| | Generated from constructor MR.MovementBuildBodyParams.MovementBuildBodyParams.
|
|
| new unsafe ref bool | allowRotation [get] |
| | if this flag is set, rotate body in trajectory vertices according to its rotation otherwise body movement will be done without any rotation
|
| new unsafe MR.Std.Optional_MRVector3f | center [get, protected set] |
| | point in body space that follows trajectory if not set body bounding box center is used
|
| new unsafe MR.Std.Optional_MRVector3f | bodyNormal [get, protected set] |
| | facing direction of body, used for initial rotation (if allowRotation) if not set body accumulative normal is used
|
| new unsafe MR.Std.Optional_MRVector3f | bodyUpDir [get, protected set] |
| | up direction of body contours corresponds with trajectoryNormals if both are present and allowRotation is set
|
| new unsafe MR.Std.? Const_Vector_StdVectorMRVector3f | trajectoryNormals [get, set] |
| | optional normal directions in each trajectory point bodyUpDir corresponds to it if both are present and allowRotation is set
|
| new unsafe MR.? ConstBox_AffineXf3f | b2tXf [get, set] |
| | optional transform body space to trajectory space
|
| new unsafe ref bool | startMeshFromBody [get] |
| | if true, then body-contours will be located exactly on resulting mesh
|
| Properties inherited from MR.Const_MovementBuildBodyParams |
| unsafe bool | allowRotation [get] |
| | if this flag is set, rotate body in trajectory vertices according to its rotation otherwise body movement will be done without any rotation
|
| unsafe MR.Std.Const_Optional_MRVector3f | center [get, protected set] |
| | point in body space that follows trajectory if not set body bounding box center is used
|
| unsafe MR.Std.Const_Optional_MRVector3f | bodyNormal [get, protected set] |
| | facing direction of body, used for initial rotation (if allowRotation) if not set body accumulative normal is used
|
| unsafe MR.Std.Const_Optional_MRVector3f | bodyUpDir [get, protected set] |
| | up direction of body contours corresponds with trajectoryNormals if both are present and allowRotation is set
|
| unsafe MR.Std.? Const_Vector_StdVectorMRVector3f | trajectoryNormals [get] |
| | optional normal directions in each trajectory point bodyUpDir corresponds to it if both are present and allowRotation is set
|
| unsafe MR.? ConstBox_AffineXf3f | b2tXf [get] |
| | optional transform body space to trajectory space
|
| unsafe bool | startMeshFromBody [get] |
| | if true, then body-contours will be located exactly on resulting mesh
|
Generated from class MR.MovementBuildBodyParams. This is the non-const half of the class.