#include <c4d_raytrace.h>
Motion Blur matrix data.
Public Member Functions | |
| RayMotionMatrixData () | |
| RayMotionMatrixData (RayMotionMatrixData &&src) | |
| MAXON_OPERATOR_MOVE_ASSIGNMENT (RayMotionMatrixData) | |
Public Attributes | |
| Vector | position | 
| Vector | rotation | 
| Vector | scale | 
| ROTATIONORDER | order | 
Default constructor.
| RayMotionMatrixData | ( | RayMotionMatrixData && | src | ) | 
Copy constructor.
| [in] | src | The source RayMotionMatrixData. | 
| MAXON_OPERATOR_MOVE_ASSIGNMENT | ( | RayMotionMatrixData | ) | 
Assignment operator.
| [in] | src | The source RayMotionMatrixData. | 
| Vector position | 
The position.
| Vector rotation | 
The rotation.
| Vector scale | 
The scale.
| ROTATIONORDER order | 
The order.