VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Multiplication Operators / Multiply(VintasoftVector3D,VintasoftVector3D) Operator
Syntax Requirements SeeAlso
    Multiply(VintasoftVector3D,VintasoftVector3D) Operator (VintasoftVector3D)
    Calculates the dot product of the two specified vector structures.
    Syntax

    Parameters

    firstVector
    3D point.
    secondVector
    3D point.

    Return Value

    Dot product.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also