CDecomposeVectorNode

class Lib3MF::CDecomposeVectorNode : public CImplicitNode

Decomposes a vector into three scalar values

PImplicitPort GetInputA()

Retrieves the input

Returns:

the input port for the vector to decompose

PImplicitPort GetOutputX()

Retrieves the output for the x component

Returns:

the output for the x component

PImplicitPort GetOutputY()

Retrieves the output for the y component

Returns:

the output for the y component

PImplicitPort GetOutputZ()

Retrieves the output for the z component

Returns:

the output for the z component

typedef std::shared_ptr<CDecomposeVectorNode> Lib3MF::PDecomposeVectorNode

Shared pointer to CDecomposeVectorNode to easily allow reference counting.