Dpoint Struct Reference

#include <c4d_baseeffectordata.h>

详细描述

Motion particle transformation data.

公共成员函数

向量   GetPos (void) const
向量   GetSize (void) const
void  GetMatrix ( 矩阵 &h, const 向量 &size) const

Public Attributes

矩阵   m

成员函数文档编制

◆  GetPos()

向量 GetPos ( void  ) const

Gets the particle position.

返回
The particle position.

◆  GetSize()

向量 GetSize ( void  ) const

Gets the particle size.

返回
The particle size.

◆  GetMatrix()

void GetMatrix ( 矩阵 h ,
const 向量 size  
) const

Gets the particle matrix.

参数
[out] h Assigned the particle matrix.
[out] size Assigned the particle size.

Member Data Documentation

◆  m

矩阵 m

Particle raw matrix.