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