.. DotVector: ********* DotVector ********* Calculate the dot product for two vectors. .. _inputs: Inputs ============= .. list-table:: Inputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - in1 - VectorPort - V3d(-1.#QNAN, 0, 0) - First input vector * - in2 - VectorPort - V3d(-1.#QNAN, 0, 1.33719e-311) - Second input vector .. _outputs: Outputs ============= .. list-table:: Outputs :widths: auto :header-rows: 1 * - Name - Type - Default - Description * - out - DoublePort - 0.0 - Dot product value