Open Search
    Dpoint Struct Reference

    #include <c4d_baseeffectordata.h>

    Detailed Description

    Motion particle transformation data.

    Public Member Functions

    Vector GetPos () const
     
    Vector GetSize () const
     
    void GetMatrix (Matrix &h, const Vector &size) const
     

    Public Attributes

    Matrix m
     

    Member Function Documentation

    ◆ GetPos()

    Vector GetPos ( ) const

    Gets the particle position.

    Returns
    The particle position.

    ◆ GetSize()

    Vector GetSize ( ) const

    Gets the particle size.

    Returns
    The particle size.

    ◆ GetMatrix()

    void GetMatrix ( Matrix h,
    const Vector size 
    ) const

    Gets the particle matrix.

    Parameters
    [out]hAssigned the particle matrix.
    [out]sizeAssigned the particle size.

    Member Data Documentation

    ◆ m

    Matrix m

    Particle raw matrix.