Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
OpenBve
World.Vector2Df
C# Class OpenBve.World.Vector2Df
Represents a 2D vector of System.Single coordinates.
Datei anzeigen
Open project: leezer3/OpenBVE
Public Properties
Property
Type
Description
X
float
Y
float
Public Methods
Method
Description
Vector2Df
(
float
X
,
float
Y
) :
System
Method Details
Vector2Df()
public
method
public
Vector2Df
(
float
X
,
float
Y
) :
System
X
float
Y
float
return
System
Property Details
X
public_oe property
public
float
X
return
float
Y
public_oe property
public
float
Y
return
float