Search
Vector Constructor
See Also
 






Initializes a new instance of the Vector structure.

Namespace: MindFusion.Charting
File: Vector.js

 Syntax

JavaScript  Copy Code

function Vector (x, y)

 Parameters

x

X component of the vector.

y

Y component of the vector.

 See Also