This method represents the vectorial product between 2 XYZ instances
Namespace:
GLSVAssembly: 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 ) |