MindFusion.Charting for JavaScript Programmer's Guide
Vector3D.crossProduct Method
See Also
 






Calculates the cross-product of two vectors.

Namespace: MindFusion.Charting.ThreeD
File: Vector3D.js

 Syntax

JavaScript  Copy Code

function crossProduct (a, b)

 Parameters

a

Type: Vector3D
A Vector3D instance.

b

Type: Vector3D
A Vector3D instance.

 Return Value

Type: Vector3D
A Vector3D representing the cross-product of specified vectors.

 See Also

Vector3D Members
Vector3D Class
MindFusion.Charting.ThreeD Namespace