Constructor using the given coordinates
Namespace:
Cloudster.Samples.Vector2DAssembly: Cloudster.Samples.Vector2D.Role (in Cloudster.Samples.Vector2D.Role.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Vector2DEntity( double xCoordinate, double yCoordinate ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ xCoordinate As Double, _ yCoordinate As Double _ ) |
| Visual C++ |
|---|
public: Vector2DEntity( double xCoordinate, double yCoordinate ) |
Parameters
- xCoordinate
- Type: System..::.Double
First coordinate
- yCoordinate
- Type: System..::.Double
Second coordinate