| Vector Constructor (Double, Double) | 
 Initializes a new instance of the 
Vector class
 
    Namespace: 
   BrydenWoodUnity
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic Vector(
	double x,
	double y
)
Public Sub New ( 
	x As Double,
	y As Double
)
public:
Vector(
	double x, 
	double y
)
new : 
        x : float * 
        y : float -> VectorParameters
- x
- Type: SystemDouble
 [Missing <param name="x"/> documentation for "M:BrydenWoodUnity.Vector.#ctor(System.Double,System.Double)"] 
- y
- Type: SystemDouble
 [Missing <param name="y"/> documentation for "M:BrydenWoodUnity.Vector.#ctor(System.Double,System.Double)"] 
 See Also
See Also