VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / CalculateCrossProduct(VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
CalculateCrossProduct(VintasoftVector3D,VintasoftVector3D) Method (VintasoftVector3D)
In This Topic
Calculates the cross product of the two specified vectors.
Syntax
'Declaration

Public Shared Function CalculateCrossProduct( _
ByVal vector1
The first vector to multiply.
As VintasoftVector3D, _
ByVal vector2
The second vector to multiply.
As VintasoftVector3D _
) As VintasoftVector3D
public static VintasoftVector3D CalculateCrossProduct(
VintasoftVector3D vector1,
VintasoftVector3D vector2
)

Parameters

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

Return Value

Cross product of vector1 and vector2.
Requirements

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

See Also