Search
Vector3D.crossProduct Method
See Also
 






Calculates the cross-product of two vectors.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

public static Vector3D crossProduct (
    Vector3D a,
    Vector3D b
)

 Parameters

a

A Vector3D instance.

b

A Vector3D instance.

 Return Value

A Vector3D representing the cross-product of specified vectors.

 See Also