#include <c4d_raytrace.h>
Motion Blur matrix data.
公共成员函数 |
|
| RayMotionMatrixData () | |
| RayMotionMatrixData ( RayMotionMatrixData &&src) | |
| MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionMatrixData ) | |
Public Attributes |
|
| 向量 | position |
| 向量 | rotation |
| 向量 | scale |
| ROTATIONORDER | order |
| RayMotionMatrixData | ( | ) |
Default constructor.
| RayMotionMatrixData | ( | RayMotionMatrixData && | src | ) |
Copy constructor.
| [in] | src | The source RayMotionMatrixData . |
| MAXON_OPERATOR_MOVE_ASSIGNMENT | ( | RayMotionMatrixData | ) |
Assignment operator.
| [in] | src | The source RayMotionMatrixData . |
| 向量 position |
The position.
| 向量 rotation |
The rotation.
| 向量 scale |
The scale.
| ROTATIONORDER order |
The order.