Search
Vector Constructor (Double, Double)
See Also
 






Initializes a new instance of the Vector structure with specified coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Vector (
    double x,
    double y
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double _
)

 Parameters

x

X coordinate of the vector.

y

Y coordinate of the vector.

 See Also