Search
Vector Constructor
See Also
 






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

Namespace: com.mindfusion.charting
File: 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