This method represents the vectorial product between 2 XYZ instances

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public static XYZ VectorialProduct(
	XYZ p1,
	XYZ p2
)
Visual Basic (Declaration)
Public Shared Function VectorialProduct ( _
	p1 As XYZ, _
	p2 As XYZ _
) As XYZ
Visual C++
public:
static XYZ^ VectorialProduct(
	XYZ^ p1, 
	XYZ^ p2
)

Parameters

p1
Type: GLSV..::.XYZ
A XYZ instance
p2
Type: GLSV..::.XYZ
A XYZ instance

Return Value

A new XYZ instance, results from applicate the vectorial product

See Also