CMatrixFromRowsNode
-
class Lib3MF::CMatrixFromRowsNode : public CImplicitNode
Composes a 4x4 matrix from four row vectors A,B,C,D
-
PImplicitPort GetInputA()
Retrieves the input for the first row
- Returns:
the input for the first row
-
PImplicitPort GetInputB()
Retrieves the input for the second row
- Returns:
the input for the second row
-
PImplicitPort GetInputC()
Retrieves the input for the third row
- Returns:
the input for the third row
-
PImplicitPort GetInputD()
Retrieves the input for the fourth row
- Returns:
the input for the fourth row
-
PImplicitPort GetOutputResult()
Retrieves the output
- Returns:
the output
-
PImplicitPort GetInputA()
-
typedef std::shared_ptr<CMatrixFromRowsNode> Lib3MF::PMatrixFromRowsNode
Shared pointer to CMatrixFromRowsNode to easily allow reference counting.