Initializes a new instance of the
Vector2D class
Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Vector2D(
float x,
float y
)
public Vector2D(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
Public Sub New (
x As Single,
y As Single
)
public:
Vector2D(
float x,
float y
)
public:
Vector2D(
float x,
float y
)
new :
x : float32 *
y : float32 -> Vector2D
new :
x : float32 *
y : float32 -> Vector2D