VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / AngleBetween(VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
    AngleBetween(VintasoftVector3D,VintasoftVector3D) Method (VintasoftVector3D)
    In This Topic
    Retrieves the angle, expressed in degrees, between the two specified vectors.
    Syntax
    'Declaration
    
    Public Shared Function AngleBetween( _
    ByVal vector1
    The first vector to evaluate.
    As VintasoftVector3D, _
    ByVal vector2
    The second vector to evaluate.
    As VintasoftVector3D _
    ) As Double
    public static double AngleBetween(
    VintasoftVector3D vector1,
    VintasoftVector3D vector2
    )
    public: static double AngleBetween(
    VintasoftVector3D vector1,
    VintasoftVector3D vector2
    )
    public:
    static double AngleBetween(
    VintasoftVector3D vector1,
    VintasoftVector3D vector2
    )

    Parameters

    vector1
    The first vector to evaluate.
    vector2
    The second vector to evaluate.

    Return Value

    The angle, in degrees, between vector1 and vector2.
    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