Navigation: Scripting Reference Manual > Functions & Subroutines > CrossProd3D

 

CrossProd3D

 

Contact Us: fredsupport@photonengr.com

 

Description

Returns the cross product of two vectors.

 

Syntax

CrossProd3D Xc, Yc, Zc, X1, Y1, Z1, X2, Y2, Z2

 

Parameters

Xc As Double

X-component of the cross product vector.

 

Yc As Double

Y-component of the cross product vector.

 

Zc As Double

Z-component of the cross product vector.

 

X1 As Double

X-component of first vector.

 

Y1 As Double

Y-component of first vector.

 

Z1 As Double

Z-component of first vector.

 

X2 As Double

X-component of second vector.

 

Y2 As Double

Y-component of second vector.

 

Z2 As Double

Z-component of second vector.

 

Remarks

Returns the cross product of two vectors.

 

See Also

DotProd3D

SetLength3D

 

 

 

 

 

Copyright © Photon Engineering, LLC