MindFusion.Java Package Programmer's Guide
Vector Constructor (Double, Double)
See Also
 






Initializes a new instance of the Vector class with the specified X and Y components.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public Vector (
    double x,
    double y
)

 Parameters

x

X component of the vector.

y

Y component of the vector.

 See Also

Vector Constructor Overload List
Vector Class
com.mindfusion.charting Namespace