CComposeMatrixNode ==================================================================================================== .. cpp:class:: Lib3MF::CComposeMatrixNode : public CImplicitNode Composes a 4x4 matrix from 16 scalar values .. cpp:function:: PImplicitPort GetInputM00() Retrieves the input for the element 0 0 :returns: the input for the m00 element .. cpp:function:: PImplicitPort GetInputM01() Retrieves the input for the element 0 1 :returns: the input for the m01 element .. cpp:function:: PImplicitPort GetInputM02() Retrieves the input for the element 0 2 :returns: the input for the m02 element .. cpp:function:: PImplicitPort GetInputM03() Retrieves the input for the element 0 3 :returns: the input for the m03 element .. cpp:function:: PImplicitPort GetInputM10() Retrieves the input for the element 1 0 :returns: the input for the m10 element .. cpp:function:: PImplicitPort GetInputM11() Retrieves the input for the element 1 1 :returns: the input for the m11 element .. cpp:function:: PImplicitPort GetInputM12() Retrieves the input for the element 1 2 :returns: the input for the m12 element .. cpp:function:: PImplicitPort GetInputM13() Retrieves the input for the element 1 3 :returns: the input for the m13 element .. cpp:function:: PImplicitPort GetInputM20() Retrieves the input for the element 2 0 :returns: the input for the m20 element .. cpp:function:: PImplicitPort GetInputM21() Retrieves the input for the element 2 1 :returns: .. cpp:function:: PImplicitPort GetInputM22() Retrieves the input for the element 2 2 :returns: the input for the m22 element .. cpp:function:: PImplicitPort GetInputM23() Retrieves the input for the element 2 3 :returns: the input for the m23 element .. cpp:function:: PImplicitPort GetInputM30() Retrieves the input for the element 3 0 :returns: the input for the m30 element .. cpp:function:: PImplicitPort GetInputM31() Retrieves the input for the element 3 1 :returns: the input for the m31 element .. cpp:function:: PImplicitPort GetInputM32() Retrieves the input for the element 3 2 :returns: the input for the m32 element .. cpp:function:: PImplicitPort GetInputM33() Retrieves the input for the element 3 3 :returns: the input for the m33 element .. cpp:function:: PImplicitPort GetOutputResult() Retrieves the output :returns: the output .. cpp:type:: std::shared_ptr Lib3MF::PComposeMatrixNode Shared pointer to CComposeMatrixNode to easily allow reference counting.