.. blendVectors: ************ blendVectors ************ Blend two vectors using the inParameter value as weight. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - inVector1 - VectorPort - V3d(0, 1, 0) - First vector * - inVector2 - VectorPort - V3d(0, 0, 0) - Second vector * - inParameter - DoublePort - 0.0 - Weight factor .. _outputs: Outputs ============= .. list-table:: Outputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - outVector - VectorPort - V3d(0, 1, 0) - Output vector