RayMotionMatrixData Struct Reference

#include <c4d_raytrace.h>

详细描述

Motion Blur matrix data.

由于
R17.032

公共成员函数

  RayMotionMatrixData ()
  RayMotionMatrixData ( RayMotionMatrixData &&src)
  MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionMatrixData )

Public Attributes

向量   position
向量   rotation
向量   scale
ROTATIONORDER   order

构造函数 & 析构函数文档编制

◆  RayMotionMatrixData() [1/2]

RayMotionMatrixData ( )

Default constructor.

◆  RayMotionMatrixData() [2/2]

RayMotionMatrixData ( RayMotionMatrixData &&  src )

Copy constructor.

参数
[in] src The source RayMotionMatrixData .

成员函数文档编制

◆  MAXON_OPERATOR_MOVE_ASSIGNMENT()

MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionMatrixData   )

Assignment operator.

参数
[in] src The source RayMotionMatrixData .

Member Data Documentation

◆  position

向量 position

The position.

◆  rotation

向量 rotation

The rotation.

◆  scale

向量 scale

The scale.

◆  order

ROTATIONORDER order

The order.